fix: Replaced spaces with tabs

This commit is contained in:
Nabin Hait 2021-02-22 20:03:23 +05:30 committed by GitHub
parent 58399f6524
commit 69a6bed106
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,9 +1,9 @@
import frappe
def execute():
company = frappe.get_all('Company', filters = {'country': 'India'})
company = frappe.get_all('Company', filters = {'country': 'India'})
if not company:
return
if frappe.db.exists('Custom Field', { 'fieldname': 'vehicle_no' }):
frappe.db.set_value('Custom Field', { 'fieldname': 'vehicle_no' }, 'mandatory_depends_on', '')
if frappe.db.exists('Custom Field', { 'fieldname': 'vehicle_no' }):
frappe.db.set_value('Custom Field', { 'fieldname': 'vehicle_no' }, 'mandatory_depends_on', '')