From 67b6c0d89e0469c99c42fab0891632546f8c9e99 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Wed, 18 Mar 2015 16:49:52 +0100 Subject: [PATCH] Bug 2542: Validate the amount of a manual invoice If a manual invoice amount is not correctly set, it should not be accepted. Test plan: Try to create a manual invoice with an amount containing something else than numbers. It should not be possible. --- koha-tmpl/intranet-tmpl/prog/en/modules/members/maninvoice.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/maninvoice.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/maninvoice.tt index 445fffe..faa477d 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/maninvoice.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/maninvoice.tt @@ -69,7 +69,7 @@ type_fees['[% invoice_types_loo.authorised_value %]'] = "[% invoice_types_loo.li
  • -
  • Example: 5.00
  • +
  • Example: 5.00
  • Cancel
    -- 2.1.0