Add currency symbol in value decimalbox

FEA: ItEr76S28UserDashboard
This commit is contained in:
Manuel Rego Casasnovas 2012-06-06 16:46:37 +02:00
parent 74f9515690
commit 73cdf9463e
2 changed files with 5 additions and 1 deletions

View file

@ -561,4 +561,8 @@ public class ExpenseSheetCRUDController extends BaseCRUDController<ExpenseSheet>
return Util.getCurrencySymbol();
}
public String getMoneyFormat() {
return Util.getMoneyFormat();
}
}

View file

@ -141,7 +141,7 @@
<label value="${i18n:_('Value')}" />
<decimalbox id="dboxValue"
value="@{controller.expenseSheetLineDTO.value}"
scale="2"
format="@{controller.moneyFormat}"
constraint="@{controller.checkConstraintExpenseValue}"/>
<separator bar="false" spacing="10px" orient="vertical"/>