Bug 13352: QA Follow-up: Remove Price filter from "Warning at (%)"
authorKatrin Fischer <Katrin.Fischer.83@web.de>
Sun, 8 Feb 2015 15:23:41 +0000 (16:23 +0100)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Mon, 9 Feb 2015 16:35:16 +0000 (13:35 -0300)
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt

index e56509f..433c7b9 100644 (file)
@@ -463,7 +463,7 @@ var MSG_PARENT_BENEATH_BUDGET = "- " + _("New budget-parent is beneath budget")
 
     <li>
       <label for="budget_encumb">Warning at (%): </label>
-      <input type="text" name="budget_encumb" id="budget_encumb" value="[% budget_encumb | $Price on_editing => 1 %]" size="10" />
+      <input type="text" name="budget_encumb" id="budget_encumb" value="[% budget_encumb %]" size="10" />
       <span class="hint">0 to disable</span>
     </li>