2
0
mirror of https://github.com/frappe/books.git synced 2024-09-20 03:29:00 +00:00

Altered the position of gstin input field

This commit is contained in:
Piyush Singhania 2021-12-12 14:15:32 +05:30 committed by Alan
parent c18db1c406
commit d8389a8b2e

View File

@ -28,8 +28,8 @@ export default function getAugmentedParty({ country }) {
options: gstTypes,
}
);
Party.quickEditFields.push('gstin');
Party.quickEditFields.push('gstType');
Party.quickEditFields.push('gstin');
} else {
Party.fields.splice(3, 0, {
fieldname: 'taxId',