From 6639723f5488a919d2ce29b8a4f6e70fa72556c1 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Wed, 24 Apr 2013 08:52:12 -0400 Subject: [PATCH] Bug 10106 - Markup error causing misplacement of "reopen" checkbox on invoice edit screen A misplaced closing causes the "reopen" checkbox to be misplaced if you're editing the a closed invoice. This patch puts the in its proper place. To test, view a closed invoice (Acquisitions -> Vendor -> Invoices) and confirm that the "reopen" checkbox is correctly placed. Signed-off-by: Jonathan Druart --- koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice.tt index 108e771..96df8d1 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice.tt @@ -70,7 +70,7 @@
  • Status: Closed on [% invoiceclosedate | $KohaDates %].
  • -
  • +
  • [% ELSE %]
  • Status: Open.
  • -- 1.7.10.4