2
0
mirror of https://github.com/frappe/books.git synced 2024-11-09 23:30:56 +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, options: gstTypes,
} }
); );
Party.quickEditFields.push('gstin');
Party.quickEditFields.push('gstType'); Party.quickEditFields.push('gstType');
Party.quickEditFields.push('gstin');
} else { } else {
Party.fields.splice(3, 0, { Party.fields.splice(3, 0, {
fieldname: 'taxId', fieldname: 'taxId',