Merge pull request #7645 from rohitwaghchaure/pos_minor_fix

Minor fix
This commit is contained in:
Saurabh 2017-02-01 19:26:47 +05:30 committed by GitHub
commit 10eb123b49

View File

@ -312,6 +312,7 @@ def make_address(doc, args, customer):
'link_name': customer
})
address.save(ignore_permissions = True)
frappe.db.commit()
def validate_item(doc):
for item in doc.get('items'):