Fix for invoice public notes
This commit is contained in:
parent
04ed72c5c5
commit
5fb49dd1f5
1 changed files with 2 additions and 0 deletions
|
|
@ -511,6 +511,8 @@ class InvoiceRepository extends BaseRepository
|
|||
$invoice->invoice_footer = '';
|
||||
}
|
||||
|
||||
$invoice->public_notes = isset($data['public_notes']) ? trim($data['public_notes']) : '';
|
||||
|
||||
// process date variables if not recurring
|
||||
if (! $invoice->is_recurring) {
|
||||
$invoice->terms = Utils::processVariables($invoice->terms);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue