https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26869 --- Comment #32 from David Cook <dcook@prosentient.com.au> --- (In reply to Esther Melander from comment #26)
My next template looked like this:
Add 952$a CPL Add 952$b CPL Add 952$y BK
This template does work when modifying the record from the Bibliographic detail page. It adds a single item record. However, if this same template is used in Stage MARC records, it adds three item records.
In 23.11.x prod, I'm noticing a template like that does indeed create 3 items (one per action), when used with Stage MARC records.
A better template would look like this:
Add 952$a CPL Update existing or add new field 952$b CPL Update existing or add new field 952$y BK
Did you test this? It seems to me that you'd still wind up with 3 items, because there wouldn't be a pre-existing 952$b and 952$y? -- You are receiving this mail because: You are watching all bug changes.