fixes-in-production-order

This commit is contained in:
Neil Trini Lasrado 2015-03-09 15:05:56 +05:30
parent 6fbb25bf9d
commit 42556dfab9
2 changed files with 302 additions and 309 deletions

View File

@ -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");

View File

@ -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",