IO-1415 Default tax part to true.

This commit is contained in:
Patrick Fic
2021-10-07 09:19:37 -07:00
parent 0b2efa31b5
commit 42c779f368

View File

@@ -226,6 +226,7 @@ export default function JobLinesUpsertModalComponent({
label={t("joblines.fields.tax_part")}
name="tax_part"
valuePropName="checked"
initialValue={true}
>
<Switch />
</Form.Item>