11 Jul
2022
11 Jul
'22
8:49 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28854 --- Comment #455 from Martin Renvoize <martin.renvoize@ptfs-europe.com> --- Created attachment 137525 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=137525&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. -- You are receiving this mail because: You are watching all bug changes.