IO-1178 Resolve minor bugs.

This commit is contained in:
Patrick Fic
2021-06-01 14:36:28 -07:00
parent 74b3ceec63
commit 0108135fe9
6 changed files with 29 additions and 3 deletions

View File

@@ -215,7 +215,7 @@ export default function JobLinesUpsertModalComponent({
name="prt_dsmk_p"
initialValue={0}
>
<InputCurrency precision={0} min={0} max={100} />
<InputNumber precision={0} min={0} max={100} />
</Form.Item>
</LayoutFormRow>
</Form>