mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-31 10:49:09 +00:00
[fix] [minor] conversion arte related fixes
This commit is contained in:
@@ -144,7 +144,6 @@ class TransactionBase(StatusUpdater):
|
||||
|
||||
def get_customer_address(self, args):
|
||||
args = load_json(args)
|
||||
webnotes.errprint(args)
|
||||
ret = {
|
||||
'customer_address' : args["address"],
|
||||
'address_display' : get_address_display(args["address"]),
|
||||
|
||||
Reference in New Issue
Block a user