fixed material print link in modalcard

This commit is contained in:
Bachir Soussi Chiadmi 2021-08-24 22:36:42 +02:00
parent e5f679ea0a
commit 12f7bacc26
4 changed files with 4 additions and 4 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -89,7 +89,7 @@
</div>
</section>
<section class="tool print">
<a :href="material.path+'/printable/print'" target="_blank">
<a :href="item.path+'/printable/print'" target="_blank">
<span class="btn mdi mdi-printer"/>
</a>
</section>