Compare commits
No commits in common. "0183909f8efae25a862c694468928d5bf3c410fe" and "ac19e9c6bbef5ae39f76f591aced95007f98cc76" have entirely different histories.
0183909f8e
...
ac19e9c6bb
2 changed files with 2 additions and 2 deletions
|
|
@ -3,7 +3,7 @@
|
|||
"company": "Sprinklers Northwest",
|
||||
"docstatus": 0,
|
||||
"doctype": "Bid Meeting Note Form",
|
||||
"project_template": null,
|
||||
"project_template": "",
|
||||
"fields": [
|
||||
{
|
||||
"column": 1,
|
||||
|
|
|
|||
|
|
@ -99,7 +99,7 @@ def remove_custom_fields(custom_fields):
|
|||
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
|
||||
|
||||
print("\n🔧 Adding custom fields to doctypes...")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue