11 Jul
2022
11 Jul
'22
6:03 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28854 --- Comment #499 from Kyle M Hall <kyle@bywatersolutions.com> --- Created attachment 137571 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=137571&action=edit Bug 28854: (QA follow-up) Fix DB revision for AV's above 10 The authorised_value field is a varchar and so 'MAX' will sort '9' above '10' and cause issues if you have more than 9 AV values already for LOST or NOT_LOAN. This patch adds a 'CAST' to the field so we can use MAX correctly. Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes.