[Koha-bugs] [Bug 11247] Wrong param order in TransformHtmlToXml() call

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Nov 14 07:19:45 CET 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11247

--- Comment #1 from Srdjan Jankovic <srdjan at catalyst.net.nz> ---
Created attachment 22923
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=22923&action=edit
bug_11247: Removed unused params from TransformHtmlToXml()

$indicator and $ind_tag should not be TransformHtmlToXml() params.
TransformHtmlToXml() is only used for items:
- $indicator is always empty
- $ind_tag was not even used in the function

To test:
Check that integrity of following functions is preserved:
* Acquisition - ordering and receiving, needs setting  AcqCreateItem to
  placing and receiving an order
* Cataloging - create/modify an item
* Batcih modify in Tools
* Serials receiving

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list