Bug 13352: QA Follow-up: Remove Price filter from "Warning at (%)"

Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
This commit is contained in:
Katrin Fischer 2015-02-08 16:23:41 +01:00 committed by Tomas Cohen Arazi
parent 945a0f09e7
commit bc355fef24

View 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>