IO-2688 Add default GST for bill posting on ImEX.

This commit is contained in:
Patrick Fic
2024-03-18 13:43:23 -07:00
parent 85f973f5e6
commit 737c4164c4

View File

@@ -689,14 +689,14 @@ export function BillEnterModalLinesComponent({
formItemProps: (field) => { formItemProps: (field) => {
return { return {
key: `${field.index}fedtax`, key: `${field.index}fedtax`,
valuePropName: "checked", valuePropName: 'checked',
// initialValue: true, initialValue: InstanceRenderManager({
name: [ imex: true,
field.name, rome: false,
"applicable_taxes", promanager: false,
"federal", }),
], name: [field.name, 'applicable_taxes', 'federal'],
}; };
}, },
formInput: (record, index) => ( formInput: (record, index) => (