Skip to content

Commit

Permalink
fix: the project document timed out while opening
Browse files Browse the repository at this point in the history
(cherry picked from commit 33d03b1)

# Conflicts:
#	erpnext/selling/doctype/sales_order/sales_order.json
  • Loading branch information
rohitwaghchaure authored and mergify[bot] committed Feb 6, 2025
1 parent e422ae1 commit 28cbce4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
5 changes: 3 additions & 2 deletions erpnext/accounts/doctype/sales_invoice/sales_invoice.json
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,8 @@
"oldfieldname": "project_name",
"oldfieldtype": "Link",
"options": "Project",
"print_hide": 1
"print_hide": 1,
"search_index": 1
},
{
"default": "0",
Expand Down Expand Up @@ -2186,7 +2187,7 @@
"link_fieldname": "consolidated_invoice"
}
],
"modified": "2025-01-14 11:38:30.446370",
"modified": "2025-02-06 15:59:54.636202",
"modified_by": "Administrator",
"module": "Accounts",
"name": "Sales Invoice",
Expand Down
2 changes: 0 additions & 2 deletions erpnext/projects/doctype/project/project.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,6 @@ def onload(self):
),
)

self.update_costing()

def before_print(self, settings=None):
self.onload()

Expand Down
7 changes: 6 additions & 1 deletion erpnext/selling/doctype/sales_order/sales_order.json
Original file line number Diff line number Diff line change
Expand Up @@ -1151,7 +1151,8 @@
"label": "Project",
"oldfieldname": "project",
"oldfieldtype": "Link",
"options": "Project"
"options": "Project",
"search_index": 1
},
{
"fieldname": "party_account_currency",
Expand Down Expand Up @@ -1654,7 +1655,11 @@
"idx": 105,
"is_submittable": 1,
"links": [],
<<<<<<< HEAD
"modified": "2024-11-26 12:42:06.872527",
=======
"modified": "2025-02-06 16:02:20.320877",
>>>>>>> 33d03b1542 (fix: the project document timed out while opening)
"modified_by": "Administrator",
"module": "Selling",
"name": "Sales Order",
Expand Down

0 comments on commit 28cbce4

Please sign in to comment.