From: Galen Charlton Date: Fri, 1 Nov 2013 00:08:04 +0000 (+0000) Subject: Bug 9374: (follow-up) add FIXME suggesting that use of a regexp is not the long-term... X-Git-Url: http://git.rot13.org/?p=koha.git;a=commitdiff_plain;h=8ae61b6a2a6b2c6e27f33d1d32e1849265782530 Bug 9374: (follow-up) add FIXME suggesting that use of a regexp is not the long-term solution Signed-off-by: Galen Charlton --- 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 edac2a7696..513664428f 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt @@ -451,6 +451,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 %]