fixes-in-production-order
This commit is contained in:
parent
6fbb25bf9d
commit
42556dfab9
@ -192,13 +192,6 @@ $.extend(cur_frm.cscript, {
|
|||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|
||||||
planned_start_date: function() {
|
|
||||||
return this.frm.call({
|
|
||||||
doc: this.frm.doc,
|
|
||||||
method: "plan_operations"
|
|
||||||
});
|
|
||||||
},
|
|
||||||
|
|
||||||
show_time_logs: function(doc, doctype, name) {
|
show_time_logs: function(doc, doctype, name) {
|
||||||
frappe.route_options = {"operation": name};
|
frappe.route_options = {"operation": name};
|
||||||
frappe.set_route("List", "Time Log");
|
frappe.set_route("List", "Time Log");
|
||||||
|
@ -164,7 +164,7 @@
|
|||||||
"read_only": 0
|
"read_only": 0
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"default": "now",
|
"default": "",
|
||||||
"fieldname": "planned_start_date",
|
"fieldname": "planned_start_date",
|
||||||
"fieldtype": "Datetime",
|
"fieldtype": "Datetime",
|
||||||
"label": "Planned Start Date",
|
"label": "Planned Start Date",
|
||||||
@ -352,7 +352,7 @@
|
|||||||
"idx": 1,
|
"idx": 1,
|
||||||
"in_create": 0,
|
"in_create": 0,
|
||||||
"is_submittable": 1,
|
"is_submittable": 1,
|
||||||
"modified": "2015-03-05 13:03:28.164713",
|
"modified": "2015-03-09 15:28:12.535414",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "Manufacturing",
|
"module": "Manufacturing",
|
||||||
"name": "Production Order",
|
"name": "Production Order",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user