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 454-460 var MSG_PARENT_BENEATH_BUDGET = "- " + _("New budget-parent is beneath budget") Link Here
454
454
455
    <li>
455
    <li>
456
      <label for="budget_encumb">Warning at (%): </label>
456
      <label for="budget_encumb">Warning at (%): </label>
457
      <input type="text" name="budget_encumb" id="budget_encumb" value="[% budget_encumb | $Price on_editing => 1 %]" size="10" />
457
      <input type="text" name="budget_encumb" id="budget_encumb" value="[% budget_encumb %]" size="10" />
458
      <span class="hint">0 to disable</span>
458
      <span class="hint">0 to disable</span>
459
    </li>
459
    </li>
460
460
461
- 

Return to bug 13352