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