2
0
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:
18alantom 2021-12-21 11:35:56 +05:30 committed by Alan
parent 1b1a5b8b84
commit 9869daf498

View File

@ -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'],
},
],
};