https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32511 --- Comment #31 from Mohd Hafiz Yusoff <mhby87@gmail.com> --- (In reply to Katrin Fischer from comment #29)
(In reply to Mohd Hafiz Yusoff from comment #28)
(In reply to Katrin Fischer from comment #27)
(In reply to Blou from comment #26)
Hello Katrin,
Yes, please mark as INVALID. I came to the same conclusion, probably an update that failed when we moved to 21.05 (I see the change in 20.06 pile...)
Thx, Blou. Done.
Remark as INVALID, any update can solve my problem?
You'll need to compare the tables items and deleteditems in your database as a first step. If you also have the paidfor column still and that is the only difference, check if anything is stored in that column. If not, delete it.
Yes, in table items has a column paidfor. I delete column paidfor, and its work. ALTER TABLE items DROP COLUMN paidfor; Thank you all. -- You are receiving this mail because: You are watching all bug changes.