Skip to content

Commit

Permalink
Update comments.
Browse files Browse the repository at this point in the history
git-svn-id: svn://svn.code.sf.net/p/ledger-smb/code/branches/1.3@4555 4979c152-3d1c-0410-bac9-87ea11338e46
  • Loading branch information
ehuelsmann committed Mar 24, 2012
1 parent 863f1c5 commit dc57787
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions LedgerSMB/ScriptLib/Common_Search/Customer.pm
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
=head1 NAME
LedgerSMB::ScriptLib::Common_Search::Part - Part Search Routines
LedgerSMB::ScriptLib::Common_Search::Customer - Customer Search Routines
=head1 SYNPOSIS
This provides functionality to search for a part, for new 1.3-framework code.
This provides functionality to search for a customer,
for new 1.3-framework code.
=cut

Expand Down Expand Up @@ -93,7 +94,11 @@ sub new {
};


=item search({partnumber => $string, description => $string})
=item search({contact => $string, contact_info => $string,
meta_number => $string, address => $string, city => $string,
state => $string, mail_code => $string, country => $string,
date_from => $string, date_to => $string, business_id => $int,
legal_name => $string, control_code => $string})
Performs a search and caches it. One object should be used per search unless
results are no longer needed.
Expand Down

0 comments on commit dc57787

Please sign in to comment.