https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39412
Bug ID: 39412
Summary: Ordering from staged records with item tags does not
remove item tags
Change sponsored?: ---
Product: Koha
Version: Main
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P5 - low
Component: Acquisitions
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
To recreate:
1 - Export some records from Koha
2 - Set MarcItemFieldsToOrder:
homebranch: 952$a
holdingbranch: 952$b
loc: 952$c
price: 952$g|952$v
itype: 952$y
3 - Stage your exported files for import - don't match and don't check for
items
4 - Add to basket from the staged file
5 - Disable matching when adding orders
6 - Save the orders
7 - View the MARC of the new records from the interface
8 - Note marc has 952 fields
9 - You can view in the database in the biblio_metadata table as well:
SELECT biblionumber, ExtractValue(metadata,
'count(//datafield[@tag="952"]/subfield[@code="9"])' ) AS counter
FROM biblio_metadata
WHERE ExtractValue(metadata,
'count(//datafield[@tag="952"]/subfield[@code="a"])' ) > 0 AND
ExtractValue(metadata, '//datafield[@tag="952"]/subfield[@code="9"]' )=''
--
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://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/