FIX: saving new invoices was broken because changing a customer would only store billingData, but not a customerId
This commit is contained in:
@@ -77,7 +77,11 @@
|
||||
<tr>
|
||||
<th>Rechnungs-Nr.</th>
|
||||
<td>
|
||||
@if($invoice['paymentStatus'] == 'draft')
|
||||
Entwurf
|
||||
@else
|
||||
{{ $invoice['nr'] }}
|
||||
@endif
|
||||
</td>
|
||||
</tr>
|
||||
@if($invoice['customer']['customerNr'])
|
||||
@@ -127,7 +131,7 @@
|
||||
|
||||
@if($invoice['text'])
|
||||
<div class="text">
|
||||
{{ $invoice['text'] }}
|
||||
{!! nl2br(e($invoice['text'])) !!}
|
||||
</div>
|
||||
@endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user