diff --git a/client/src/components/bill-form/bill-form.lines.component.jsx b/client/src/components/bill-form/bill-form.lines.component.jsx index 17a69ffad..8dccbb738 100644 --- a/client/src/components/bill-form/bill-form.lines.component.jsx +++ b/client/src/components/bill-form/bill-form.lines.component.jsx @@ -40,7 +40,7 @@ export function BillEnterModalLinesComponent({ billid, }) { const { t } = useTranslation(); - const { setFieldsValue, getFieldsValue, getFieldValue, setFieldValue } = form; + const { setFieldsValue, getFieldsValue, getFieldValue } = form; const { Simple_Inventory } = useTreatments( ["Simple_Inventory"], {},