mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Fix undefined on playful quote
This commit is contained in:
parent
db35d70494
commit
359271d6c8
@ -181,6 +181,7 @@ trait PresentsInvoice
|
|||||||
'from',
|
'from',
|
||||||
'to',
|
'to',
|
||||||
'invoice_to',
|
'invoice_to',
|
||||||
|
'quote_to',
|
||||||
'details',
|
'details',
|
||||||
'invoice_no',
|
'invoice_no',
|
||||||
'valid_until',
|
'valid_until',
|
||||||
|
@ -2107,6 +2107,7 @@ $LANG = array(
|
|||||||
'reports' => 'Reports',
|
'reports' => 'Reports',
|
||||||
'total_profit' => 'Total Profit',
|
'total_profit' => 'Total Profit',
|
||||||
'total_expenses' => 'Total Expenses',
|
'total_expenses' => 'Total Expenses',
|
||||||
|
'quote_to' => 'Quote to',
|
||||||
|
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user