Hi all, I've got trouble with a phantom itype that can't be deleted. When I try to delete it from the client I get this notice: Cannot delete item type This record is used 1 times. Deletion is not possible. But I can't find where is this itype being used? mysql> select * from items where items.itype='PUZZ'; Empty set (0.00 sec) Any ideas or suggestions are appreciated. Koha version: 3.14.04.000 Cheers Chris
Thanks Robin, it was lurking in biblioitems.itype, the default itype for a biblio and now my problem is sorted cheers Chris -----Original Message----- From: Koha [mailto:koha-bounces@lists.katipo.co.nz] On Behalf Of Robin Sheat Sent: Wednesday, 2 April 2014 5:46 p.m. To: koha@lists.katipo.co.nz Subject: Re: [Koha] a sticky puzzle Chris Meech schreef op wo 02-04-2014 om 17:25 [+1300]:
mysql> select * from items where items.itype='PUZZ';
Also check biblioitems.itemtype. -- Robin Sheat Catalyst IT Ltd. ✆ +64 4 803 2204 GPG: 5FA7 4B49 1E4D CAA4 4C38 8505 77F5 B724 F871 3BDF _______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
participants (2)
-
Chris Meech -
Robin Sheat