From 99eb9ebfceeb89116b9eef7c78d9657523f850c5 Mon Sep 17 00:00:00 2001 From: Hector Eduardo Castro Avalos Date: Sun, 3 May 2015 21:13:08 -0600 Subject: [PATCH] Bug 14126 - Typo on order receive page A typo found while doing translation: To test 1) Go to dir 'intranet-tmpl/prog/en/modules/acqui/neworderempty.tt' line 268 and check the typo "To notify on reveiving:" 2) Apply the patch 3) Repeat step 1 and check if the typo is fixed Sponsored-by: Universidad de El Salvador Signed-off-by: Hector Castro --- koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt index 9a2fe24..29018ac 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt @@ -265,7 +265,7 @@ $(document).ready(function() Patrons
  1. - To notify on reveiving: + To notify on receiving:
      [% FOREACH user IN users %] -- 1.7.10.4