http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8795 M. de Rooy <m.de.rooy@rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Needs Signoff --- Comment #7 from M. de Rooy <m.de.rooy@rijksmuseum.nl> --- QA Comment: Works as advertised. Although this patch only adds one line, it was quite hard to verify if it works and where it works. The routine PrepareItemrecordDisplay is used only in: acqui/addorderiso2709.pl C4/Serials.pm serials/serials-edit.pl services/itemrecorddisplay.pl (only called via additem.js) But that is not the full picture: Script orderreceive.pl goes via additem.js to itemrecorddisplay.pl using the routine. Script neworderempty.pl also uses the routine that way. Note that this patch therefore DOES also affect AcqCreateItem=ordering ! Have tested that. The patch makes Acquistion behave like Cataloguing where the routine GetBranchesLoop from Branch.pm already did something similar. Passed QA -- You are receiving this mail because: You are watching all bug changes.