[Koha-bugs] [Bug 23463] Move C4::Items CRUD subroutines to Koha::Item

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Mar 20 15:17:33 CET 2020


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

Jonathan Druart <jonathan.druart at bugs.koha-community.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Failed QA                   |Signed Off

--- Comment #71 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
(In reply to Nick Clemens from comment #70)
> (In reply to Jonathan Druart from comment #69)
> > (In reply to Nick Clemens from comment #68)
> > > Testing btoh with mariadb_d9 and mariadb_d10 I was unable to blank any
> > > fields in items, either individually or via batch edit - things like
> > > 'onloan' and 'itemlost_on' are successfully nulled as they should be.
> > 
> > Fixed, see "Use new method Koha::Object->set_or_blank"
> 
> Batch modification to blank fields is still now working. Individual edits do
> work.


I fixed that one.

> Importing and replacing items does not work - the process hangs.

I am not sure about that one.
I got "DBD::mysql::st execute failed: Incorrect integer value: 'duplicate item
barcode' for column 'itemnumber'" But not sure it's a bug from master or not.

Could you retry the import? If it fails, can you remove 
334         close STDOUT;
335         close STDERR;
from tools/manage-marc-import.pl
To get the error in the logs.

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


More information about the Koha-bugs mailing list