mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
sort multi creation list
This commit is contained in:
parent
24e7b7e012
commit
864ba53e4a
@ -237,6 +237,9 @@ class TransactionCreationsController extends AppController
|
||||
]);
|
||||
//}
|
||||
}
|
||||
usort($possibleReceiver, function($a, $b) {
|
||||
return ($a['name'] <=> $b['name']);
|
||||
});
|
||||
//var_dump($possibleReceiver);
|
||||
$creationForm = new CreationForm();
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user