From e450c38bdb74ab1aea192892d0b3a8492e4722ec Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Wed, 2 Apr 2014 13:27:08 +0200 Subject: [PATCH] [PASSED QA] 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 --- .../prog/en/modules/admin/aqbudgets.tt | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 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 cdf7edc..aba7bd6 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt @@ -364,7 +364,7 @@ var MSG_PARENT_BENEATH_BUDGET = "- " + _("New budget-parent is beneath budget")
  • - + 0 to disable
  • -- 1.7.2.5