mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
uncomment pending
This commit is contained in:
parent
a3d89bf087
commit
1d91df0ab0
@ -386,9 +386,9 @@ class TransactionCreationsController extends AppController
|
||||
array_push($transactions, base64_encode($builderResult['transactionBody']->serializeToString()));
|
||||
}
|
||||
}
|
||||
echo "pendings: ";
|
||||
/*echo "pendings: ";
|
||||
var_dump($pendings);
|
||||
echo "<br>";
|
||||
echo "<br>";*/
|
||||
foreach ($possibleReceivers as $i => $possibleReceiver) {
|
||||
$id = $possibleReceiver['id'];
|
||||
if (isset($pendings[$id])) {
|
||||
|
||||
@ -1 +1 @@
|
||||
Subproject commit 72e8fe7b73a1aaf2d057d2fef59ade9268830008
|
||||
Subproject commit 9004e6978ac3dafcc635b2ffcf8bc6a156451cca
|
||||
Loading…
x
Reference in New Issue
Block a user