From 9c171016e2643b8f2f514c37621bb22db382ba7e Mon Sep 17 00:00:00 2001 From: aurynn_cmd Date: Mon, 17 Sep 2007 18:01:50 +0000 Subject: 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 --- scripts/customer.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'scripts/customer.pl') 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 -- cgit v1.2.3