Merge pull request #333 from bcole808/fix-invoice-design-page-error

Fixed template error on Advanced Settings / Invoice Design
This commit is contained in:
Hillel Coren 2015-05-31 22:09:26 +03:00
commit c419f5dab9

View File

@ -85,9 +85,11 @@
{!! Former::populate($account) !!}
{!! Former::populateField('hide_quantity', intval($account->hide_quantity)) !!}
{!! Former::populateField('hide_paid_to_date', intval($account->hide_paid_to_date)) !!}
@if ($invoiceLabels)
@foreach ($invoiceLabels as $field => $value)
{!! Former::populateField("labels_{$field}", $value) !!}
@endforeach
@endif
<div class="panel panel-default">
<div class="panel-heading">