mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-30 02:14:48 +00:00
fix: place of supply change when address changes
This commit is contained in:
committed by
Deepesh Garg
parent
9b893643c0
commit
2cf9cc02e1
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user