fix: capacity planning back

This commit is contained in:
Rohit Waghchaure
2019-10-30 01:52:03 +05:30
parent 2d840ab151
commit 8b599f2bc9
10 changed files with 747 additions and 2062 deletions

View File

@@ -0,0 +1,8 @@
from __future__ import unicode_literals
import frappe
def execute():
frappe.reload_doc("manufacturing", "doctype", "workstation")
frappe.db.sql(""" UPDATE `tabWorkstation`
SET production_capacity = 1 """)