I have made several returns with the offline client, then uploaded and processed the resulting file with offline_circ/process_koc.pl. When I view the detail for a returned record (e.g. /cgi-bin/koha/catalogue/detail.pl?biblionumber=X) the status of the returned item is empty (all the other items have statuses like "Available" or "On lon to...") When I view the same record in the OPAC (/cgi-bin/koha/opac-detail.pl?biblionumber=X) all the items have statuses.
Created attachment 8132 [details] [review] Bug 4976 - Status of item returned with process_koc.pl is empty in Intranet Fix to ensure items returned through a processed koc file have items.onloan and items.datelastseen set corrrectly.
Created attachment 8231 [details] [review] [SIGNED-OFF] Bug 4976 - Status of item returned with process_koc.pl is empty in Intranet Fix to ensure items returned through a processed koc file have items.onloan and items.datelastseen set corrrectly. Signed-off-by: Nicole C. Engard <nengard@bywatersolutions.com> Uploaded a file with checked in and checked out items. all info shows properly.
Adds ModItem calls to kocReturnItem, and cleans up a line for legibility. Marking as Passed QA.
patch pushed, tiny and looks good (but untested, please test)
This bug will be included in the Koha 3.6.5 release.