summaryrefslogtreecommitdiff
path: root/scripts/customer.pl
diff options
context:
space:
mode:
authoraurynn_cmd <aurynn_cmd@4979c152-3d1c-0410-bac9-87ea11338e46>2007-09-17 18:01:50 +0000
committeraurynn_cmd <aurynn_cmd@4979c152-3d1c-0410-bac9-87ea11338e46>2007-09-17 18:01:50 +0000
commit9c171016e2643b8f2f514c37621bb22db382ba7e (patch)
treeebfa9b9707529da97a2f6a2aebf54cb9e7b9201a /scripts/customer.pl
parente4bae61c5b3176c3b84b4840f77d5cb432847edc (diff)
format => 'html' causes the error Can't locate LedgerSMB/Template/html.pm in @INC .
Changing admin to format => 'HTML'. git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@1624 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'scripts/customer.pl')
-rw-r--r--scripts/customer.pl3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/customer.pl b/scripts/customer.pl
index c89cd5c5..24fb04f6 100644
--- a/scripts/customer.pl
+++ b/scripts/customer.pl
@@ -1,3 +1,4 @@
+#!/usr/bin/perl
=pod
@@ -22,7 +23,7 @@ package LedgerSMB::Scripts::customer;
use LedgerSMB::Template;
use LedgerSMB::DBObject::Customer;
-require '../lsmb-request.pl';
+require 'lsmb-request.pl';
=pod