92 |
'date' => output_pref({ dt => dt_from_string( $accts->[$i]{'date'}, 'iso' ), dateonly => 1 }), |
92 |
'date' => output_pref({ dt => dt_from_string( $accts->[$i]{'date'} ), dateonly => 1 }), |
93 |
'amountcredit' => $accts->[$i]{'amountcredit'}, |
93 |
'amountcredit' => $accts->[$i]{'amountcredit'}, |
94 |
'amountoutstandingcredit' => $accts->[$i]{'amountoutstandingcredit'}, |
94 |
'amountoutstandingcredit' => $accts->[$i]{'amountoutstandingcredit'}, |
95 |
'toggle' => $accts->[$i]{'toggle'}, |
95 |
'toggle' => $accts->[$i]{'toggle'}, |