[Koha-bugs] [Bug 17944] Remove the sql code from itemtypes.pl administrative perl script

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Jan 26 03:05:09 CET 2017


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17944

--- Comment #6 from Alex Buckley <alexbuckley at catalyst.net.nz> ---
(in reply to comment 4 by M.tompsett)

I have tried to implement DBIx in the itemtypes.pl script.

To get it working successfully I had to implement two DBIx queries, one to
search the items and another to search the biblioitems for the itemtype being
attempted to be deleted.

Then I add the number of retrieved items together. 

I tried to implement the entire original sql query into the equivalent singular
DBIx query however I could not get a successful search of both items and
biblioitems.

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


More information about the Koha-bugs mailing list