mirror of
https://github.com/frappe/books.git
synced 2024-11-10 07:40:55 +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,
|
||||
}
|
||||
);
|
||||
Party.quickEditFields.push('gstin');
|
||||
Party.quickEditFields.push('gstType');
|
||||
Party.quickEditFields.push('gstin');
|
||||
} else {
|
||||
Party.fields.splice(3, 0, {
|
||||
fieldname: 'taxId',
|
||||
|
Loading…
Reference in New Issue
Block a user