@@ -95,7 +95,7 @@ |
||
| 95 | 95 | if ($action == EXPENSE_REPORT_GENERATOR_ACTION_GENERATE) { |
| 96 | 96 | try { |
| 97 | 97 | |
| 98 | - $command = new CreateMonthBillCommand( $type, $publicNote, $privateNote, $year, $month); |
|
| 98 | + $command = new CreateMonthBillCommand($type, $publicNote, $privateNote, $year, $month); |
|
| 99 | 99 | $handler->handle($command); |
| 100 | 100 | dol_htmloutput_mesg('Génération : OK'); |
| 101 | 101 | } catch (Exception $e) { |