Merge pull request #2935 from neilLasrado/po-fix
Bug fixes in Production Order
This commit is contained in:
commit
9ac71c0b17
@ -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) {
|
||||
frappe.route_options = {"operation": name};
|
||||
frappe.set_route("List", "Time Log");
|
||||
|
||||
@ -164,7 +164,7 @@
|
||||
"read_only": 0
|
||||
},
|
||||
{
|
||||
"default": "now",
|
||||
"default": "",
|
||||
"fieldname": "planned_start_date",
|
||||
"fieldtype": "Datetime",
|
||||
"label": "Planned Start Date",
|
||||
@ -352,7 +352,7 @@
|
||||
"idx": 1,
|
||||
"in_create": 0,
|
||||
"is_submittable": 1,
|
||||
"modified": "2015-03-05 13:03:28.164713",
|
||||
"modified": "2015-03-09 15:28:12.535414",
|
||||
"modified_by": "Administrator",
|
||||
"module": "Manufacturing",
|
||||
"name": "Production Order",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user