mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-08 22:14:33 -04:00
Add variables for statement_payment_columns
This commit is contained in:
parent
56b48ee3b7
commit
e12a8d94dc
@ -683,6 +683,12 @@ class CompanySettings extends BaseSettings
|
|||||||
'$total',
|
'$total',
|
||||||
'$outstanding',
|
'$outstanding',
|
||||||
],
|
],
|
||||||
|
'statement_payment_columns' => [
|
||||||
|
'$invoice.number',
|
||||||
|
'$payment_date',
|
||||||
|
'$method',
|
||||||
|
'$outstanding',
|
||||||
|
],
|
||||||
];
|
];
|
||||||
|
|
||||||
return json_decode(json_encode($variables));
|
return json_decode(json_encode($variables));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user