Re: [Koha] How do I change an item's type?

2018-05-22 Thread Hector Gonzalez
Thank you, it seems this is a mixture of all that.  We have both items.itype, and biblioitems.itemtype set, but with different values, one is VM, whichdoes not exist, and the other is PELIC, which is "movie", so it seems the modification is happening, but is not readable.  I'll make a backup,

Re: [Koha] How do I change an item's type?

2018-05-22 Thread Jonathan Druart
Sorry, my previous answer was completely off topic. You should try with the English interface (not translated). If it works, it means there is a translation issue, if it still does not work it is certainly a data problem, double check the value in your database (items.itype or

Re: [Koha] How do I change an item's type?

2018-05-22 Thread Hector Gonzalez
No, what I'm trying to do is to change the type of an existing item, that was catalogued as a book, and it should be a movie now. I search for the item, click on edit, change "y - tipo de item Koha"  (I have the interface set to english, but this form is shown in spanish)  it also does not

Re: [Koha] How do I change an item's type?

2018-05-22 Thread Jonathan Druart
On /admin/itemtypes.pl?op=add_form=BK I changed the description from "Book" to "Movie" and it is saved correctly. Is it what you are trying to do? On Tue, 22 May 2018 at 15:47 Hector Gonzalez wrote: > Sorry, I did not copy to the list: > > Yes there are some lines in the logs,

Re: [Koha] How do I change an item's type?

2018-05-22 Thread Hector Gonzalez
Sorry, I did not copy to the list: Yes there are some lines in the logs, but I don't know what to make of them, these are the messages when I click save: ==> plack-error.log <== DBIx::Class::Storage::DBI::select_single(): Query returned more than one row.  SQL that returns multiple rows is

[Koha] How do I change an item's type?

2018-05-21 Thread Hector Gonzalez
Hi, I'm trying to change an items type, from "Book" to "Movie", but Koha won't do it. This is with koha 17.11.05, running on debian stretch with mariadb, plack and memcached.  It doesn't show any error messages, it just ignores the action. Is this a known bug? -- Héctor González