https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36993 --- Comment #16 from Matthew Charlesworth <matthew.charlesworth@hekima.ac.ke> --- Hi Emmi, (In reply to Emmi Takkinen from comment #15)
Matthew: could it be that you have values in aqbudgets.budget_period_id column that don't exist on aqbudgetperiods.budget_period_id?
To be honest I'm not sure. If I do this, does this tell you? MariaDB [...]> select budget_period_id from aqbudgets; +------------------+ | budget_period_id | +------------------+ | 1 | +------------------+ 1 row in set (0.001 sec) MariaDB [...]> select budget_period_id from aqbudgetperiods; +------------------+ | budget_period_id | +------------------+ | 1 | +------------------+ 1 row in set (0.000 sec) It looks like they're the same. M. -- You are receiving this mail because: You are watching all bug changes.