ItEr20S07CUIntroducionAvanceUnidadeTraballoItEr19S12: Fixing property name in edition form. Now the name is unitPrecision.
This commit is contained in:
parent
934f441fe2
commit
47271ab4ec
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@
|
|||
<row>
|
||||
<label value="Precision" />
|
||||
<decimalbox id="precision" scale="4"
|
||||
value = "@{controller.advanceType.precision}" constraint = "@{controller.lessThanDefaultMaxValue}"/>
|
||||
value = "@{controller.advanceType.unitPrecision}" constraint = "@{controller.lessThanDefaultMaxValue}"/>
|
||||
</row>
|
||||
<row>
|
||||
<label value="Type" />
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue