IO-1695 Add validation to time ticket window for clock times.
This commit is contained in:
@@ -421,7 +421,7 @@ export function BillEnterModalLinesComponent({
|
||||
</Form.Item>
|
||||
{price &&
|
||||
adjustmentRate &&
|
||||
`${(price / adjustmentRate).toFixed(2)} hrs`}
|
||||
`${(price / adjustmentRate).toFixed(1)} hrs`}
|
||||
</div>
|
||||
);
|
||||
return <></>;
|
||||
|
||||
Reference in New Issue
Block a user