IO-2173 Client Fusion - Job Line Discount not allowed

Adjust client job-line-upsert-modal to allow for discounts as markups were only allowed before. Convert prt_dsmk_p over to prt_dsmk_m on save of modal for both markup/discount for handling and viewing
This commit is contained in:
Allan Carr
2023-02-14 11:30:09 -08:00
parent 840e760619
commit 24da0207e5
2 changed files with 20 additions and 3 deletions

View File

@@ -289,7 +289,7 @@ export function JobLinesUpsertModalComponent({
name="prt_dsmk_p"
initialValue={0}
>
<InputNumber precision={0} min={0} max={100} />
<InputNumber precision={0} min={-100} max={100} />
</Form.Item>
<Form.Item
label={t("joblines.fields.tax_part")}