projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9e06d0e
)
Auch noch Buecherkontrolle
author
Philip Reetz
<p.reetz@linet-services.de>
Wed, 19 Mar 2008 17:58:50 +0000
(17:58 +0000)
committer
Philip Reetz
<p.reetz@linet-services.de>
Wed, 19 Mar 2008 17:58:50 +0000
(17:58 +0000)
bin/mozilla/cp.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/cp.pl
b/bin/mozilla/cp.pl
index
553c838
..
d341ffd
100644
(file)
--- a/
bin/mozilla/cp.pl
+++ b/
bin/mozilla/cp.pl
@@
-779,7
+779,7
@@
sub check_form {
$datepaid = $form->datetonum($form->{datepaid}, \%myconfig);
$form->error($locale->text('Cannot process payment for a closed period!'))
- if ($
datepaid <= $closedto
);
+ if ($
form->date_closed($form->{"datepaid"}, \%myconfig)
);
$amount = $form->parse_amount(\%myconfig, $form->{amount});
$form->{amount} = $amount;