Add currency symbol in value decimalbox
FEA: ItEr76S28UserDashboard
This commit is contained in:
parent
74f9515690
commit
73cdf9463e
2 changed files with 5 additions and 1 deletions
|
|
@ -561,4 +561,8 @@ public class ExpenseSheetCRUDController extends BaseCRUDController<ExpenseSheet>
|
|||
return Util.getCurrencySymbol();
|
||||
}
|
||||
|
||||
public String getMoneyFormat() {
|
||||
return Util.getMoneyFormat();
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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"/>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue