Fix undefined on playful quote
This commit is contained in:
parent
db35d70494
commit
359271d6c8
2 changed files with 2 additions and 0 deletions
|
|
@ -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…
Add table
Reference in a new issue