Revision 57eb1337
Von Philip Reetz vor mehr als 16 Jahren hinzugefügt
bin/mozilla/cp.pl | ||
---|---|---|
779 | 779 |
$datepaid = $form->datetonum($form->{datepaid}, \%myconfig); |
780 | 780 |
|
781 | 781 |
$form->error($locale->text('Cannot process payment for a closed period!')) |
782 |
if ($datepaid <= $closedto);
|
|
782 |
if ($form->date_closed($form->{"datepaid"}, \%myconfig));
|
|
783 | 783 |
|
784 | 784 |
$amount = $form->parse_amount(\%myconfig, $form->{amount}); |
785 | 785 |
$form->{amount} = $amount; |
Auch abrufbar als: Unified diff
Auch noch Buecherkontrolle