IO-3624 Refine Rome responsibility center tax layout
This commit is contained in:
@@ -3316,22 +3316,22 @@ export function ShopInfoResponsibilityCenterComponent({ bodyshop, form }) {
|
||||
<>
|
||||
{InstanceRenderManager({
|
||||
rome: (
|
||||
<>
|
||||
<LayoutFormRow header={t("bodyshop.labels.responsibilitycenters.quickbooks_us")} id="quickbooks_us">
|
||||
<Form.Item
|
||||
label={t("bodyshop.fields.responsibilitycenters.itemexemptcode")}
|
||||
label={t("bodyshop.fields.responsibilitycenters.itemexemptcode_short")}
|
||||
rules={[{ required: true }]}
|
||||
name={["md_responsibility_centers", "taxes", "itemexemptcode"]}
|
||||
>
|
||||
<Input />
|
||||
</Form.Item>
|
||||
<Form.Item
|
||||
label={t("bodyshop.fields.responsibilitycenters.invoiceexemptcode")}
|
||||
label={t("bodyshop.fields.responsibilitycenters.invoiceexemptcode_short")}
|
||||
rules={[{ required: true }]}
|
||||
name={["md_responsibility_centers", "taxes", "invoiceexemptcode"]}
|
||||
>
|
||||
<Input />
|
||||
</Form.Item>
|
||||
</>
|
||||
</LayoutFormRow>
|
||||
)
|
||||
})}
|
||||
<LayoutFormRow header={<div>AR</div>} id="AR">
|
||||
|
||||
Reference in New Issue
Block a user