[fix] Update project cost for draft project only
This commit is contained in:
parent
548f7e8c74
commit
6ce72c5b07
@ -5,7 +5,7 @@ from __future__ import unicode_literals
|
||||
import frappe
|
||||
|
||||
def execute():
|
||||
for p in frappe.get_all("Project"):
|
||||
for p in frappe.get_all("Project", filters={"docstatus": 0}):
|
||||
project = frappe.get_doc("Project", p.name)
|
||||
project.update_purchase_costing()
|
||||
project.save()
|
Loading…
x
Reference in New Issue
Block a user