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:
parent
c18db1c406
commit
d8389a8b2e
@ -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',
|
||||||
|
Loading…
Reference in New Issue
Block a user