summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/customer.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/customer.pl b/scripts/customer.pl
index 4de276cd..fb1297ba 100644
--- a/scripts/customer.pl
+++ b/scripts/customer.pl
@@ -114,8 +114,8 @@ sub search {
my ($request) = @_;
- # grab the happy search page out.
-
+ $request->{script} = "customer.pl";
+ $request->{account_class} = 2;
my $template = LedgerSMB::Template->new(
user => $request->{_user},
path => 'UI/Contact' ,