diff options
-rwxr-xr-x | LedgerSMB.pm | 1 | ||||
-rw-r--r-- | scripts/vouchers.pl | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/LedgerSMB.pm b/LedgerSMB.pm index ce279466..63f4ec27 100755 --- a/LedgerSMB.pm +++ b/LedgerSMB.pm @@ -127,6 +127,7 @@ ability to hide the entire structure for things like CSV lookups. =cut use CGI::Simple; +$CGI::Simple::DISABLE_UPLOADS = 0; use Math::BigFloat; use LedgerSMB::Sysconfig; use Data::Dumper; diff --git a/scripts/vouchers.pl b/scripts/vouchers.pl index 5f4d8401..e6eb7f39 100644 --- a/scripts/vouchers.pl +++ b/scripts/vouchers.pl @@ -39,6 +39,7 @@ sub create_vouchers { } sub search_transactions { +} sub add_vouchers { |