mirror of
https://github.com/frappe/books.git
synced 2025-04-01 07:41:50 +00:00
fix: remove required on hsnCode
This commit is contained in:
parent
b4707d868f
commit
1b1a5b8b84
@ -17,7 +17,6 @@ export default function getAugmentedItem({ country }) {
|
|||||||
label: 'HSN/SAC',
|
label: 'HSN/SAC',
|
||||||
fieldtype: 'Int',
|
fieldtype: 'Int',
|
||||||
placeholder: 'HSN/SAC Code',
|
placeholder: 'HSN/SAC Code',
|
||||||
required: 1
|
|
||||||
},
|
},
|
||||||
...Item.fields.slice(nameFieldIndex + 1, Item.fields.length),
|
...Item.fields.slice(nameFieldIndex + 1, Item.fields.length),
|
||||||
];
|
];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user