IO-1464 Edit assigned vendor on bill.

This commit is contained in:
Patrick Fic
2022-04-11 13:34:43 -07:00
parent 6b13dffe68
commit c0ea5a9818
2 changed files with 5 additions and 3 deletions

View File

@@ -114,7 +114,7 @@ export function BillFormComponent({
<Form.Item
label={t("bills.fields.vendor")}
name="vendorid"
style={{ display: billEdit ? "none" : null }}
// style={{ display: billEdit ? "none" : null }}
rules={[
{
required: true,