1
0
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:
Hillel Coren 2016-09-12 09:38:02 +03:00
parent db35d70494
commit 359271d6c8
2 changed files with 2 additions and 0 deletions

View File

@ -181,6 +181,7 @@ trait PresentsInvoice
'from',
'to',
'invoice_to',
'quote_to',
'details',
'invoice_no',
'valid_until',

View File

@ -2107,6 +2107,7 @@ $LANG = array(
'reports' => 'Reports',
'total_profit' => 'Total Profit',
'total_expenses' => 'Total Expenses',
'quote_to' => 'Quote to',
);