https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22430
--- Comment #6 from Giuseppe Ciaccio <[email protected]> --- (In reply to Fridolin SOMERS from comment #5) > (In reply to Fridolin SOMERS from comment #2) > > (In reply to Giuseppe Ciaccio from comment #0) > > > So it seems that the UNIMARC item field is correctly fetched when > > > importing > > > the backup in the stage area, but discarded when the staged records are > > > pushed in the catalog. > > > > I think I found why. > > The push to catalog is not allowed because the items have the same barcode > > which must be unique in catalog. > > Ok it is not that. > Does instances A and B have the same branches ? > for items homebranch and holdingbranch Bingo! The two instances A and B have different branchcode and it seems that instance A refuses to import items whose branchcode does not match. Verified by manually editing subfields 995$b and 995$c -- replacing some of the original branchcodes with the one of instance A, then A will import only those items with matching branchcodes. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
