summaryrefslogtreecommitdiff
path: root/scripts/customer.pl
diff options
context:
space:
mode:
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