fix: place of supply change when address changes

This commit is contained in:
pateljannat
2020-11-17 09:47:10 +05:30
committed by Deepesh Garg
parent 9b893643c0
commit 2cf9cc02e1
3 changed files with 17 additions and 0 deletions

View File

@@ -136,6 +136,7 @@ def test_method():
'''test function'''
return 'overridden'
@frappe.whitelist()
def get_place_of_supply(party_details, doctype):
if not frappe.get_meta('Address').has_field('gst_state'): return