Deepesh Garg
3 years ago
2 changed files with 13 additions and 0 deletions
@ -0,0 +1,12 @@ |
|||
import frappe |
|||
|
|||
from erpnext.regional.saudi_arabia.setup import make_custom_fields |
|||
|
|||
|
|||
def execute(): |
|||
company = frappe.get_all('Company', filters = {'country': 'Saudi Arabia'}) |
|||
if not company: |
|||
return |
|||
|
|||
make_custom_fields() |
|||
|
Loading…
Reference in new issue