Emergency hotfix for GST registrant.
This commit is contained in:
@@ -36,8 +36,11 @@ export function JobsDetailRates({ jobRO, form, job }) {
|
||||
<CurrencyInput
|
||||
disabled={jobRO}
|
||||
max={
|
||||
((job.job_totals && job.job_totals.totals.federal_tax.amount) ||
|
||||
0) / 100
|
||||
Math.round(
|
||||
(job.job_totals &&
|
||||
job.job_totals.totals.federal_tax.amount) ||
|
||||
0
|
||||
) / 100
|
||||
}
|
||||
/>
|
||||
</Form.Item>
|
||||
|
||||
Reference in New Issue
Block a user