summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/cp.pl1
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/cp.pl b/bin/cp.pl
index 6e866767..7868fdee 100755
--- a/bin/cp.pl
+++ b/bin/cp.pl
@@ -1343,7 +1343,6 @@ sub check_form {
$form->error($locale->text('Cannot post payment for a closed period!')) if ($datepaid <= $closedto);
- # this is just to format the year
$form->{datepaid} = $locale->date(\%myconfig, $form->{datepaid});
$amount = $form->parse_amount(\%myconfig, $form->{amount});