2
0
mirror of https://github.com/frappe/books.git synced 2024-12-23 03:19:01 +00:00

fix: remove required on hsnCode

This commit is contained in:
18alantom 2021-12-21 11:35:21 +05:30 committed by Alan
parent b4707d868f
commit 1b1a5b8b84

View File

@ -17,7 +17,6 @@ export default function getAugmentedItem({ country }) {
label: 'HSN/SAC',
fieldtype: 'Int',
placeholder: 'HSN/SAC Code',
required: 1
},
...Item.fields.slice(nameFieldIndex + 1, Item.fields.length),
];