[Koha-bugs] [Bug 32511] Circulation statistics result Error 500 where select Collection, Shelving location, Home library or Holding library

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Feb 15 17:38:32 CET 2023


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

--- Comment #31 from Mohd Hafiz Yusoff <mhby87 at 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.


More information about the Koha-bugs mailing list