fix(items): added unit name after quantity in the pdf templates

This commit is contained in:
Sebastian Cretu
2021-03-03 17:09:05 +01:00
parent 02a2db4417
commit f9d6e8b0cc
5 changed files with 44 additions and 4 deletions

View File

@ -34,7 +34,7 @@
class="pr-20 text-right item-cell"
style="vertical-align: top;"
>
{{$item->quantity}}
{{$item->quantity}} @if($item->unit_name) {{$item->unit_name}} @endif
</td>
<td
class="pr-20 text-right item-cell"

View File

@ -31,7 +31,7 @@
class="pr-20 text-right item-cell"
style="vertical-align: top;"
>
{{$item->quantity}}
{{$item->quantity}} @if($item->unit_name) {{$item->unit_name}} @endif
</td>
<td
class="pr-20 text-right item-cell"