Nabin Hait
4 years ago
committed by
GitHub
9 changed files with 71 additions and 35 deletions
@ -0,0 +1,8 @@ |
|||||
|
import frappe |
||||
|
|
||||
|
def execute(): |
||||
|
frappe.db.sql(""" |
||||
|
update tabCustomer |
||||
|
set represents_company = NULL |
||||
|
where represents_company = '' |
||||
|
""") |
@ -1,29 +1,22 @@ |
|||||
{ |
{ |
||||
"add_total_row": 0, |
"add_total_row": 0, |
||||
"apply_user_permissions": 0, |
"columns": [], |
||||
"creation": "2019-04-24 08:45:16.650129", |
"creation": "2019-04-24 08:45:16.650129", |
||||
"disabled": 0, |
"disable_prepared_report": 0, |
||||
"icon": "octicon octicon-repo-pull", |
"disabled": 0, |
||||
"color": "#4CB944", |
"docstatus": 0, |
||||
"docstatus": 0, |
"doctype": "Report", |
||||
"doctype": "Report", |
"filters": [], |
||||
"idx": 0, |
"idx": 0, |
||||
"is_standard": "Yes", |
"is_standard": "Yes", |
||||
"module": "Regional", |
"modified": "2021-04-06 12:23:00.379517", |
||||
"name": "DATEV", |
"modified_by": "Administrator", |
||||
"owner": "Administrator", |
"module": "Regional", |
||||
"ref_doctype": "GL Entry", |
"name": "DATEV", |
||||
"report_name": "DATEV", |
"owner": "Administrator", |
||||
"report_type": "Script Report", |
"prepared_report": 0, |
||||
"roles": [ |
"ref_doctype": "GL Entry", |
||||
{ |
"report_name": "DATEV", |
||||
"role": "Accounts User" |
"report_type": "Script Report", |
||||
}, |
"roles": [] |
||||
{ |
} |
||||
"role": "Accounts Manager" |
|
||||
}, |
|
||||
{ |
|
||||
"role": "Auditor" |
|
||||
} |
|
||||
] |
|
||||
} |
|
Loading…
Reference in new issue