From e276049746bf3cffc835eeee596040967b4ac9cc Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Thu, 23 Jan 2014 16:53:44 +0000 Subject: [PATCH] Bug 10922: (follow-up) remove display of form parameter This patch removes the display of the close parameter in the "Accounting details" legend added by the previous patch -- this was obviously a bit of stray debug logic. Signed-off-by: Galen Charlton --- 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 859ea72613..596aa07b9d 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt @@ -383,7 +383,7 @@ $(document).ready(function() [% END %][%# UNLESS subscriptionid %] [% END %][%# IF (AcqCreateItemOrdering) %]
- Accounting details [% close %] + Accounting details
  1. [% IF ( close ) %] -- 2.39.2