mirror of
https://github.com/frappe/books.git
synced 2024-11-09 23:30:56 +00:00
chore: remove hsnCode from non Regional
This commit is contained in:
parent
1b1a5b8b84
commit
9869daf498
@ -88,12 +88,5 @@ export default {
|
||||
readOnly: 1,
|
||||
formula: (row, doc) => row.amount * doc.exchangeRate,
|
||||
},
|
||||
{
|
||||
fieldname: 'hsnCode',
|
||||
label: 'Item Code',
|
||||
fieldtype: 'Int',
|
||||
formula: (row, doc) => doc.getFrom('Item', row.item, 'hsnCode'),
|
||||
formulaDependsOn: ['item'],
|
||||
},
|
||||
],
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user