Added inhouse vendor id to shop info page IO-438
This commit is contained in:
@@ -23,7 +23,6 @@ export default function VendorsFormComponent({
|
||||
handleDelete,
|
||||
responsibilityCenters,
|
||||
}) {
|
||||
console.log("🚀 ~ file: vendors-form.component.jsx ~ line 26 ~ formLoading", formLoading)
|
||||
const { t } = useTranslation();
|
||||
const { getFieldValue } = form;
|
||||
return (
|
||||
@@ -113,7 +112,7 @@ export default function VendorsFormComponent({
|
||||
label={t("vendors.fields.prompt_discount")}
|
||||
name="prompt_discount"
|
||||
>
|
||||
<InputNumberCalculator />
|
||||
<InputNumber max={1} precision={2} />
|
||||
</Form.Item>
|
||||
<Form.Item
|
||||
label={t("vendors.fields.cost_center")}
|
||||
|
||||
Reference in New Issue
Block a user