ItEr37S11CUAdministracionMateriaisItEr36S13: Set unitprice as double
This commit is contained in:
parent
dcb75f07a8
commit
235ac08856
1 changed files with 1 additions and 1 deletions
|
|
@ -91,7 +91,7 @@
|
|||
<textbox id="code" value="@{material.code}"
|
||||
constraint="no empty:${i18n:_('cannot be null or empty')}" />
|
||||
<textbox value="@{material.description}" />
|
||||
<intbox value="@{material.defaultUnitPrice}" />
|
||||
<doublebox value="@{material.defaultUnitPrice}" />
|
||||
<listbox mold="select" model="@{unitTypes}"
|
||||
selectedItem="@{material.unitType}"/>
|
||||
<checkbox checked="@{material.disabled}" />
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue