mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-08 19:24:40 -04:00
Add custom values into Expenses
This commit is contained in:
parent
667925228c
commit
830676f673
@ -36,6 +36,10 @@ class ExpenseMap
|
||||
17 => 'expense.tax_rate3',
|
||||
18 => 'expense.uses_inclusive_taxes',
|
||||
19 => 'expense.payment_date',
|
||||
20 => 'expense.custom_value1',
|
||||
21 => 'expense.custom_value2',
|
||||
22 => 'expense.custom_value3',
|
||||
23 => 'expense.custom_value4',
|
||||
|
||||
];
|
||||
}
|
||||
@ -63,6 +67,10 @@ class ExpenseMap
|
||||
17 => 'texts.tax_rate3',
|
||||
18 => 'texts.uses_inclusive_taxes',
|
||||
19 => 'texts.payment_date',
|
||||
20 => 'texts.custom_value1',
|
||||
21 => 'texts.custom_value2',
|
||||
22 => 'texts.custom_value3',
|
||||
23 => 'texts.custom_value4',
|
||||
|
||||
];
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user