summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authoreinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2008-08-05 20:55:59 +0000
committereinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2008-08-05 20:55:59 +0000
commit3c1095e2427a297630f57cd9d6a7c334a634cb3d (patch)
treec8edbf5c1dbb755257156e0bc00b0d62cc7b25e9 /scripts
parent00e8d9a42eac75b66dc3024c6b32aab927b0bf69 (diff)
Correcting date comparison bug
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@2232 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'scripts')
-rw-r--r--scripts/vouchers.pl2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/vouchers.pl b/scripts/vouchers.pl
index 5173045a..d6ed9b23 100644
--- a/scripts/vouchers.pl
+++ b/scripts/vouchers.pl
@@ -106,6 +106,8 @@ sub add_vouchers {
};
our $form = new Form;
+ our %myconfig = ();
+ %myconfig = %{$request->{_user}};
our $locale = $request->{_locale};
for (keys %$request){