From 6b75d95680a28f68bdc50e2259a648f0e2071871 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Wed, 2 Apr 2014 13:27:08 +0200 Subject: [PATCH] Bug 12019: FIX budget_owner_id node is duplicated The input witht the budget_owner_id id is duplicated. It breaks the jQuery selector $('#budget_owner_id').val(''); Signed-off-by: marjorie barry-vila Signed-off-by: Katrin Fischer Signed-off-by: Kyle M Hall Signed-off-by: Galen Charlton --- koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt index d407a4790a..92a7d89593 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt @@ -452,7 +452,7 @@ var MSG_PARENT_BENEATH_BUDGET = "- " + _("New budget-parent is beneath budget")
  • - + 0 to disable
  • -- 2.11.0