Bug 12019: FIX budget_owner_id node is duplicated
authorJonathan Druart <jonathan.druart@biblibre.com>
Wed, 2 Apr 2014 11:27:08 +0000 (13:27 +0200)
committerGalen Charlton <gmc@esilibrary.com>
Sat, 3 May 2014 18:58:41 +0000 (18:58 +0000)
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 <marjorie.barry-vila@ccsr.qc.ca>
Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt

index d407a47..92a7d89 100644 (file)
@@ -452,7 +452,7 @@ var MSG_PARENT_BENEATH_BUDGET = "- " + _("New budget-parent is beneath budget")
 
     <li>
       <label for="budget_expend">Warning at (amount): </label>
-      <input type="text" name="budget_expend" id="budget_expend" value="[% budget_expend %]" size="10" /><input type="hidden" name="budget_owner_id" id="budget_owner_id" value="[% budget_owner_id %]" />
+      <input type="text" name="budget_expend" id="budget_expend" value="[% budget_expend %]" size="10" />
       <span style="color:grey">0 to disable</span>
     </li>