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)
committerTomas Cohen Arazi <tomascohen@theke.io>
Wed, 19 Jul 2023 16:00:38 +0000 (13:00 -0300)
commitc42725bab4f7f4dc360d9b4fe0417b8b3082d879
tree863181f15177d085d29baa26402eea3026c0530b
parent41274ef7516ad09f1f9a5e6723ba7bd53379dd02
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>
Koha/CirculationRules.pm