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

--- Comment #35 from Katrin Fischer <[email protected]> ---
Hi Martin,

952$x is the internal note field that was mapped to items.paidfor in the past
before we added a proper column for it: itemsnotes_nonpublic. In some
frameworks the old mappings had survived, but we only want to correct the
mapping, not remove the subfield leaving these languages with no internal note
field in their items.

So I made some changes:

- I killed your patch changing the framework files as you deleted the 952$x
lines instead of just correcting the mapping. I replaced it by a follow-up
patch - it was just a little easier this way.

- I changed your database update. If the column items.paidfor is successfully
removed, we don't care which field was mapped to it - we want to reset it as
it's now an invalid mapping.

Can you please have a look at my follow-ups and sign-off/PQA if you agree?

-- 
You are receiving this mail because:
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/

Reply via email to