From 767f00372726c561e86f3b57bf3437ae175dbb0b Mon Sep 17 00:00:00 2001 From: einhverfr Date: Thu, 21 Aug 2008 15:44:26 +0000 Subject: * Minor fixes to customer/vendor entry * Fixes to customer search functionality git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@2295 4979c152-3d1c-0410-bac9-87ea11338e46 --- scripts/customer.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts') 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' , -- cgit v1.2.3