diff options
author | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2008-08-21 15:44:26 +0000 |
---|---|---|
committer | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2008-08-21 15:44:26 +0000 |
commit | 767f00372726c561e86f3b57bf3437ae175dbb0b (patch) | |
tree | bb709080b47acf296ec63cc9e014d6b0853e76a7 /scripts | |
parent | 69d00a1e810accadd2bbc26ec58f9d827826f088 (diff) |
* 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
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/customer.pl | 4 |
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' , |