fixed invoice footer
This commit is contained in:
parent
60bbfc1ff0
commit
9439e7061c
@ -263,9 +263,9 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@if ($item->footer)
|
||||
@if ($invoice->footer)
|
||||
<div class="row">
|
||||
{!! $item->footer !!}
|
||||
{!! $invoice->footer !!}
|
||||
</div>
|
||||
@endif
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user