Compare commits

...

2 commits

Author SHA1 Message Date
0183909f8e fix install.py 2026-02-18 15:13:04 -06:00
b9c1abf15a update bid fixture 2026-02-18 15:11:21 -06:00
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": "", "project_template": null,
"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(custom_fields): def add_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...")