From da23c10d552b78f3259627df2491cd642aefe98f Mon Sep 17 00:00:00 2001 From: einhverfr Date: Fri, 30 Mar 2007 18:16:06 +0000 Subject: Fixing Form::current_date to return a date in all cases instead of a timestamp (SL bug probably), and adding ' to blacklisted characters in actions git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/branches/1.2@1016 4979c152-3d1c-0410-bac9-87ea11338e46 --- bin/cp.pl | 1 - 1 file changed, 1 deletion(-) (limited to 'bin/cp.pl') 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}); -- cgit v1.2.3