Bug 32271: (QA follow-up) Correction to 'can_be_blank' logic
authorMartin Renvoize <martin.renvoize@ptfs-europe.com>
Wed, 19 Jul 2023 11:31:14 +0000 (12:31 +0100)
committerFridolin Somers <fridolin.somers@biblibre.com>
Tue, 8 Aug 2023 06:05:46 +0000 (20:05 -1000)
commit7ccbda031cbc076fe2188133c9b1327ed1b599d8
tree7e10fe806f6f15fdccb7f75ce6d8f4f2ffcf0758
parent8d02637bec9848077bec53abfa449fd158ac12c0
Bug 32271: (QA follow-up) Correction to 'can_be_blank' logic

The logic introducing the can_be_blank check into the monetary decimal
format check was flawed and meant we were no longer checking decimal
formatting in the majority of cases. This patch updates that so we pass
the unit tests and correctly check any value passed that's not an empty
string.

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
(cherry picked from commit c42725bab4f7f4dc360d9b4fe0417b8b3082d879)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
Koha/CirculationRules.pm