https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36993
--- Comment #16 from Matthew Charlesworth <[email protected]> --- 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. _______________________________________________ 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/
