Compare commits

..

No commits in common. "0183909f8efae25a862c694468928d5bf3c410fe" and "ac19e9c6bbef5ae39f76f591aced95007f98cc76" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@
"company": "Sprinklers Northwest", "company": "Sprinklers Northwest",
"docstatus": 0, "docstatus": 0,
"doctype": "Bid Meeting Note Form", "doctype": "Bid Meeting Note Form",
"project_template": null, "project_template": "",
"fields": [ "fields": [
{ {
"column": 1, "column": 1,

View file

@ -99,7 +99,7 @@ def remove_custom_fields(custom_fields):
print("Deleted custom fields from database") print("Deleted custom fields from database")
def add_custom_fields(): def add_custom_fields(custom_fields):
from frappe.custom.doctype.custom_field.custom_field import create_custom_fields from frappe.custom.doctype.custom_field.custom_field import create_custom_fields
print("\n🔧 Adding custom fields to doctypes...") print("\n🔧 Adding custom fields to doctypes...")