mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-27 00:44:45 +00:00
fix: place of supply change when address changes
This commit is contained in:
@@ -135,6 +135,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