Compare commits
2 commits
ac19e9c6bb
...
0183909f8e
| Author | SHA1 | Date | |
|---|---|---|---|
| 0183909f8e | |||
| b9c1abf15a |
2 changed files with 2 additions and 2 deletions
|
|
@ -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,
|
||||||
|
|
|
||||||
|
|
@ -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...")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue