From 20c58b3a45c97aab6d5c5feb91abea0be472bd64 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Fri, 1 Nov 2013 00:08:04 +0000 Subject: [PATCH] Bug 9374: (follow-up) add FIXME suggesting that use of a regexp is not the long-term solution Signed-off-by: Galen Charlton (cherry picked from commit 8ae61b6a2a6b2c6e27f33d1d32e1849265782530) Signed-off-by: Tomas Cohen Arazi --- koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt | 1 + 1 file changed, 1 insertion(+) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt index 6cc94e5a5e..6bfce77ded 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt @@ -353,6 +353,7 @@ [% END %] [% SET zero_regex = "^0{1,}\.?0{1,}[^1-9]" %] [%# 0 or 0.0 or 0.00 or 00 or 00.0 or 00.00 or 0.000 ... %] + [%# FIXME: use of a regexp is not ideal; bugs 9410 and 10929 suggest better way of handling this %] [% books_loo.rrpgste %] [% books_loo.ecostgste %] [% books_loo.rrpgsti %] -- 2.39.5