http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5395 Summary: C4::Acquisition::SearchOrder POD inconsistent with function Change sponsored?: Seeking developer Product: Koha Version: HEAD Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P5 Component: Developer documentation AssignedTo: gmcharlt@gmail.com ReportedBy: mjr@ttllp.co.uk QAContact: koha-bugs@lists.koha-community.org Estimated Hours: 0.0 The C4::Acquisition::SearchOrder POD starts @results = &SearchOrder($search, $biblionumber, $complete); The C4::Acquisition::SearchOrder function starts my ($ordernumber, $search, $supplierid, $basket) = @_; Can someone who really understands what it does update the POD, please, or shall I take a crack? -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug.