http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10536 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #19367|0 |1 is obsolete| | --- Comment #5 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Created attachment 19382 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=19382&action=edit [SIGNED OFF] Bug 10536 - Error when editing an order note when receiving When receiving ordrers "acqui/parcel.pl?invoiceid=1", you can add or modify an order note directly from table. After setting note "acqui/modordernotes.pl", you get an error : Can't use an undefined value as an ARRAY reference at /acqui/parcel.pl line 156. This patch corrects this, there was an error in referrer build into link to acqui/modordernotes.pl. Test plan : - Go to a vendor and click on "Receive shipments" - Click on an invoice - On an order without note, click on "Add note" - Enter a note and click "Save" => You come back to invoice and note is added - On an order with note, click on "Change note" - Enter a note and click "Save" => You come back to invoice and note is added Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de> Works as described, template change only. -- You are receiving this mail because: You are watching all bug changes.