mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
exchange positions
This commit is contained in:
parent
e293cd6787
commit
bc000efd87
@ -113,12 +113,12 @@ class StateBalancesController extends AppController
|
||||
if($stateUserTransactionsQuery->count() > 0) {
|
||||
$transactions_with_decay = $transactionsTable->listTransactionsHumanReadable($stateUserTransactionsQuery->toArray(), $user, $decay);
|
||||
foreach($transactions_with_decay as $tr) {
|
||||
$transactions[] = $tr;
|
||||
if(isset($tr['decay'])) {
|
||||
$tr['decay']['type'] = 'decay';
|
||||
$tr['decay']['memo'] = '';
|
||||
$transactions[] = $tr['decay'];
|
||||
}
|
||||
$transactions[] = $tr;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user