Add variables for statement_payment_columns
This commit is contained in:
parent
56b48ee3b7
commit
e12a8d94dc
1 changed files with 6 additions and 0 deletions
|
|
@ -683,6 +683,12 @@ class CompanySettings extends BaseSettings
|
|||
'$total',
|
||||
'$outstanding',
|
||||
],
|
||||
'statement_payment_columns' => [
|
||||
'$invoice.number',
|
||||
'$payment_date',
|
||||
'$method',
|
||||
'$outstanding',
|
||||
],
|
||||
];
|
||||
|
||||
return json_decode(json_encode($variables));
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue