Update erpnext/manufacturing/doctype/job_card/job_card.py
Co-authored-by: Marica <maricadsouza221197@gmail.com>
This commit is contained in:
parent
25d0119b7e
commit
5c94f2cc52
@ -547,7 +547,7 @@ class JobCard(Document):
|
||||
)
|
||||
|
||||
def update_work_order_data(self, for_quantity, time_in_mins, wo):
|
||||
ws_hr_rate = frappe.get_value("Workstation", self.workstation, "hour_rate")
|
||||
workstation_hour_rate = frappe.get_value("Workstation", self.workstation, "hour_rate")
|
||||
jc = frappe.qb.DocType("Job Card")
|
||||
jctl = frappe.qb.DocType("Job Card Time Log")
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user