From d802bf6722f9ac79b9460edc307c656cd3358763 Mon Sep 17 00:00:00 2001 From: David Cook Date: Fri, 20 Jul 2018 18:13:49 +1000 Subject: [PATCH] Bug 21097: Missing optgroup closing tag in orderreceive.tt There is a missing optgroup closing tag in orderreceive.tt. It doesn't actually cause any display issues (at least in modern browsers), but it's invalid markup, so this patch fixes it. _TEST PLAN_ 0. Add a budget and add a fund 1. Add a vendor 2. Add a basket 3. Add an order to a basket 4. Close the basket 5. Receive the order 6. Make sure the budget and fund both display when selecting the fund Signed-off-by: Martin Renvoize Signed-off-by: Nick Clemens (cherry picked from commit 12e18f91be2a26501fba502d5f1106d66b06caee) Signed-off-by: Martin Renvoize (cherry picked from commit 881781240cf0c1a487da1d05732dab300d6e1be7) Signed-off-by: Fridolin Somers --- koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt | 1 + 1 file changed, 1 insertion(+) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt index 10193380b1..07aecdb5cf 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt @@ -283,6 +283,7 @@ [% END %] [% END %] + [% END %]
  • (Current: [% budget_period_description %] - [% bookfund %])
  • -- 2.39.2