mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
removing forgetten comments
This commit is contained in:
parent
e4161466c1
commit
273a4362cb
@ -333,8 +333,8 @@ class TransactionCreationsController extends AppController
|
||||
->year($localTargetDate['year'])
|
||||
->month($localTargetDate['month'])
|
||||
->day($localTargetDate['day']);
|
||||
echo "input: "; var_dump($localTargetDate);echo "<br>";
|
||||
echo "output: "; var_dump($localTargetDateFrozen);
|
||||
//echo "input: "; var_dump($localTargetDate);echo "<br>";
|
||||
//echo "output: "; var_dump($localTargetDateFrozen);
|
||||
//die('a');
|
||||
$builderResult = TransactionCreation::build(
|
||||
$localAmountCent,
|
||||
|
||||
@ -49,7 +49,7 @@ class TransactionCreation extends TransactionBase {
|
||||
$transaction = new \Model\Messages\Gradido\TransactionCreation();
|
||||
$transaction->setReceiverAmount($receiver);
|
||||
$transaction->setIdentHash($ident_hash);
|
||||
echo "target date: ";
|
||||
//echo "target date: ";
|
||||
//var_dump($targetDate);
|
||||
//die('die');
|
||||
if($targetDate) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user