|
Lines 110-115
sub summary {
Link Here
|
| 110 |
'debit_type_code.description' |
110 |
'debit_type_code.description' |
| 111 |
], |
111 |
], |
| 112 |
'as' => [ 'total', 'debit_type_code', 'debit_description' ], |
112 |
'as' => [ 'total', 'debit_type_code', 'debit_description' ], |
|
|
113 |
order_by => { '-asc' => 'debit_type_code.description' }, |
| 113 |
} |
114 |
} |
| 114 |
); |
115 |
); |
| 115 |
|
116 |
|
|
Lines 130-135
sub summary {
Link Here
|
| 130 |
'credit_type_code.description' |
131 |
'credit_type_code.description' |
| 131 |
], |
132 |
], |
| 132 |
'as' => [ 'total', 'credit_type_code', 'credit_description' ], |
133 |
'as' => [ 'total', 'credit_type_code', 'credit_description' ], |
|
|
134 |
order_by => { '-asc' => 'credit_type_code.description' }, |
| 133 |
} |
135 |
} |
| 134 |
); |
136 |
); |
| 135 |
|
137 |
|
| 136 |
- |
|
|