mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-24 23:49:19 +00:00
Reduce ordered qty in Purchase Receipt based on PO warehouse
This commit is contained in:
@@ -143,7 +143,8 @@ class TransactionBase(StatusUpdater):
|
||||
self.doc.fields.update(self.get_lead_defaults())
|
||||
|
||||
def get_customer_address(self, args):
|
||||
args = load_json(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