Revision 9b30f204
Von Sven Schöling vor etwa 10 Jahren hinzugefügt
bin/mozilla/ir.pl | ||
---|---|---|
705 | 705 |
|
706 | 706 |
$form->error($locale->text('Cannot post transaction above the maximum future booking date!')) |
707 | 707 |
if ($form->date_max_future($invdate, \%myconfig)); |
708 |
$form->error($locale->text('Cannot post invoice for a closed period!')) if $max_datepaid && $form->date_closed($max_datepaid, \%myconfig); |
|
708 |
$form->error($locale->text('Cannot post invoice for a closed period!')) |
|
709 |
if ($invdate <= $closedto); |
|
709 | 710 |
|
710 | 711 |
$form->isblank("exchangerate", $locale->text('Exchangerate missing!')) |
711 | 712 |
if ($form->{currency} ne $form->{defaultcurrency}); |
Auch abrufbar als: Unified diff
Einkaufsrechnungen: closedto beachten