Revision 9e06d0e4
Von Philip Reetz vor mehr als 16 Jahren hinzugefügt
bin/mozilla/gl.pl | ||
---|---|---|
1457 | 1457 |
|
1458 | 1458 |
# this is just for the wise guys |
1459 | 1459 |
$form->error($locale->text('Cannot post transaction for a closed period!')) |
1460 |
if ($transdate <= $closedto);
|
|
1460 |
if ($form->date_closed($form->{"transdate"}, \%myconfig));
|
|
1461 | 1461 |
if ($form->round_amount($debit, 2) != $form->round_amount($credit, 2)) { |
1462 | 1462 |
$form->error($locale->text('Out of balance transaction!')); |
1463 | 1463 |
} |
Auch abrufbar als: Unified diff
Ueberarbeitete Buecherkontrolle