mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Fix for invoice public notes
This commit is contained in:
parent
04ed72c5c5
commit
5fb49dd1f5
@ -511,6 +511,8 @@ class InvoiceRepository extends BaseRepository
|
|||||||
$invoice->invoice_footer = '';
|
$invoice->invoice_footer = '';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$invoice->public_notes = isset($data['public_notes']) ? trim($data['public_notes']) : '';
|
||||||
|
|
||||||
// process date variables if not recurring
|
// process date variables if not recurring
|
||||||
if (! $invoice->is_recurring) {
|
if (! $invoice->is_recurring) {
|
||||||
$invoice->terms = Utils::processVariables($invoice->terms);
|
$invoice->terms = Utils::processVariables($invoice->terms);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user