[Koha-bugs] [Bug 26268] Remove items.paid for once and for all

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sat Sep 26 23:59:42 CEST 2020


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

--- Comment #35 from Katrin Fischer <katrin.fischer at bsz-bw.de> ---
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.


More information about the Koha-bugs mailing list