Re: [Koha] a sticky puzzle

2014-04-02 Thread Chris Meech
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 77F

Re: [Koha] a sticky puzzle

2014-04-01 Thread Robin Sheat
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] a sticky puzzle

2014-04-01 Thread Chris Meech
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.it