http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9503 Bug ID: 9503 Summary: Link from histsearch via invoicenumber results in error Classification: Unclassified Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: major Priority: P5 - low Component: Acquisitions Assignee: koha-bugs@lists.koha-community.org Reporter: colin.campbell@ptfs-europe.com The acq histsearch page displays invoice numbers and allows their selection to retrieve shipments recorded against that invoice. Selection results in an error: Can't use an undefined value as an ARRAY reference at /home/koha/kohaclone/acqui/parcel.pl line 160. Cause of the error is that the the invoice id is passed as invoice whereas parcel.pl expects invoiceid so that GetInvoiceDetails is incorrectly called and returns undef rather than an invoice structure -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.