From f4372d58bf33266597018ae8af4f326971f54541 Mon Sep 17 00:00:00 2001 From: Mark Tompsett Date: Fri, 6 Apr 2018 14:15:59 +0000 Subject: [PATCH] Bug 12310: Follow up to keep example text This put the example text back in with the correct decimal separator. TEST PLAN --------- 1) Test first patch 2) Go to a patron's fines tab. 3) Confirm that Create manual invoice and Create manual credit tabs both have blank amounts. 4) apply this patch 5) restart_all 6) reload the page and check both create tabs. -- Example appears. 7) set your I18N/L10N DecimalSeparators to something strange like #. 8) go back and check both tabs. -- Example appears with the decimal separator that was set. 9) run koha qa test tools --- koha-tmpl/intranet-tmpl/prog/en/modules/members/mancredit.tt | 2 +- koha-tmpl/intranet-tmpl/prog/en/modules/members/maninvoice.tt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/mancredit.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/mancredit.tt index 859e08c..33ab577 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/mancredit.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/mancredit.tt @@ -41,7 +41,7 @@
  • -
  • +
  • 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 891d4b8..8a8413d 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/maninvoice.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/maninvoice.tt @@ -53,7 +53,7 @@
  • -
  • +
  • Cancel
    -- 2.1.4