mirror of
https://github.com/frappe/books.git
synced 2025-01-22 22:58:28 +00:00
Fixed pos issue in countries other than India
This commit is contained in:
parent
00c81beec1
commit
5d6104ce0d
@ -19,12 +19,8 @@ export default function getAugmentedAddress({ country }) {
|
||||
options: Object.keys(stateCodeMap).map((key) => capitalize(key)),
|
||||
},
|
||||
];
|
||||
|
||||
Address.quickEditFields = [...Address.quickEditFields, 'pos'];
|
||||
}
|
||||
|
||||
Address.quickEditFields = [
|
||||
...Address.quickEditFields,
|
||||
'pos',
|
||||
];
|
||||
|
||||
return Address;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user