http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12557 --- Comment #9 from Jonathan Druart <jonathan.druart@biblibre.com> --- (In reply to Katrin Fischer from comment #7)
This seems to introduce a new warning in the logs:
[Thu Aug 21 09:44:43.051320 2014] [cgi:error] [pid 18243] [client 127.0.0.1:50730] AH01215: [Thu Aug 21 09:44:43 2014] parcel.pl: Use of uninitialized value $line{"parent_ordernumber"} in numeric eq (==) at /home/katrin/kohaclone/acqui/parcel.pl line 198., referer: http://localhost:8080/cgi-bin/koha/acqui/parcel. pl?invoiceid=8&sticky_filters=1
I didn't get this warning (or did not see it). But it should not be introduced by this patch since it does not touch acqui/parcel.pl.
TEST: - Order 3 items (none are 'on order', because status was not set) - Receive 2 - Configure pref to say for MARC21: 7=-1 (set not for loan to 'on order') - Undo receipt - Now all 3 items are 'on order' insted of just the 2 the receipt got reverted for
Good catch! I stupidly forgot to test partial receipt! -- You are receiving this mail because: You are watching all bug changes.