Bug 15291

Summary: Can't import item data in acquisition from a stage file with modification templates
Product: Koha Reporter: Koha Team University Lyon 3 <koha>
Component: AcquisitionsAssignee: Bugs List <koha-bugs>
Status: CLOSED FIXED QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: jschmidt, koha
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:

Description Koha Team University Lyon 3 2015-12-03 14:49:34 UTC
It is possible to use modification templates to import data in items if importing it in the catalog but it isn't possible if we import it in a basket during the acquisition process.

For example, I have in the marc framework, all items data are in 995 field and the callnumber in 995$k subfield.

In a marc file, I have the callnumber in 921$a. 
I use a MARC modification templates to copy 921$a subfield in 995$k subfield.

If I use this modification template to import a stage file with 921$a in catalog, it creates item with for callnumber the value stored in 921$a.
But, if I use this modification template to import a stage file from a basket during the acquisition process, it creates items without callnumber.

I hope that I'm enough clear...
Comment 1 Koha Team University Lyon 3 2018-10-05 14:54:53 UTC
Should be resolved since the preference system MarcItemFieldsToOrder exists