- The Great merge

Signed-off-by: Dave Richer <dave@imexsystems.ca>
This commit is contained in:
Dave Richer
2024-02-06 19:16:47 -05:00
26 changed files with 501 additions and 674 deletions

View File

@@ -540,7 +540,7 @@ export function BillEnterModalLinesComponent({
// key: `${field.index}fedtax`,
// valuePropName: "checked",
// // initialValue: true,
// name: [field.name, "applicable_taxes", "federal"],
// name: [field.name, "applicable_taxes", "federal"],
// };
// },
// formInput: (record, index) => <Switch disabled={disabled} />,