Merge export fix w/custom fields
This commit is contained in:
parent
270ba42493
commit
f5363cd012
2 changed files with 4 additions and 4 deletions
|
|
@ -77,10 +77,10 @@
|
|||
@if ($account->custom_invoice_label2)
|
||||
<td>{{ $invoice->custom_value2 }}</td>
|
||||
@endif
|
||||
@if ($account->custom_invoice_label1)
|
||||
@if ($account->custom_invoice_text_label1)
|
||||
<td>{{ $invoice->custom_text_value1 }}</td>
|
||||
@endif
|
||||
@if ($account->custom_invoice_label2)
|
||||
@if ($account->custom_invoice_text_label2)
|
||||
<td>{{ $invoice->custom_text_value2 }}</td>
|
||||
@endif
|
||||
<td>{{ $item->product_key }}</td>
|
||||
|
|
|
|||
|
|
@ -61,10 +61,10 @@
|
|||
@if ($account->custom_invoice_label2)
|
||||
<td>{{ $invoice->custom_value2 }}</td>
|
||||
@endif
|
||||
@if ($account->custom_invoice_label1)
|
||||
@if ($account->custom_invoice_text_label1)
|
||||
<td>{{ $invoice->custom_text_value1 }}</td>
|
||||
@endif
|
||||
@if ($account->custom_invoice_label2)
|
||||
@if ($account->custom_invoice_text_label2)
|
||||
<td>{{ $invoice->custom_text_value2 }}</td>
|
||||
@endif
|
||||
<td>{{ $item->product_key }}</td>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue