bug fix in sort transfer list

This commit is contained in:
Hesabix 2025-01-31 15:38:14 +00:00
parent 5f8af29847
commit 8599d15a93

View file

@ -27,7 +27,8 @@ class TransferController extends AbstractController
'type'=>'transfer',
'year'=>$acc['year'],
'money'=> $acc['money']
]);
],
['dateSubmit'=>'DESC']);
$resp = [];
foreach ($items as $item){
$temp = [];