[Koha-bugs] [Bug 11247] Remove unused params from TransformHtmlToXml()

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


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

Srdjan Jankovic <srdjan at catalyst.net.nz> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #22923|0                           |1
        is obsolete|                            |

--- Comment #2 from Srdjan Jankovic <srdjan at catalyst.net.nz> ---
Created attachment 22924
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=22924&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