View | Details | Raw Unified | Return to bug 13352
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt (-2 / +1 lines)
Lines 463-469 var MSG_PARENT_BENEATH_BUDGET = "- " + _("New budget-parent is beneath budget") Link Here
463
463
464
    <li>
464
    <li>
465
      <label for="budget_encumb">Warning at (%): </label>
465
      <label for="budget_encumb">Warning at (%): </label>
466
      <input type="text" name="budget_encumb" id="budget_encumb" value="[% budget_encumb | $Price on_editing => 1 %]" size="10" />
466
      <input type="text" name="budget_encumb" id="budget_encumb" value="[% budget_encumb %]" size="10" />
467
      <span class="hint">0 to disable</span>
467
      <span class="hint">0 to disable</span>
468
    </li>
468
    </li>
469
469
470
- 

Return to bug 13352