[fix][minor] Set Project Gantt Chart dates same as Project dates
This commit is contained in:
parent
c1a1548130
commit
6388c18b07
@ -5,7 +5,7 @@
|
|||||||
cur_frm.cscript.refresh = function(doc) {
|
cur_frm.cscript.refresh = function(doc) {
|
||||||
if(!doc.__islocal) {
|
if(!doc.__islocal) {
|
||||||
cur_frm.add_custom_button(__("Gantt Chart"), function() {
|
cur_frm.add_custom_button(__("Gantt Chart"), function() {
|
||||||
frappe.route_options = {"project": doc.name}
|
frappe.route_options = {"project": doc.name, "start": doc.project_start_date, "end": doc.completion_date};
|
||||||
frappe.set_route("Gantt", "Task");
|
frappe.set_route("Gantt", "Task");
|
||||||
}, "icon-tasks", true);
|
}, "icon-tasks", true);
|
||||||
cur_frm.add_custom_button(__("Tasks"), function() {
|
cur_frm.add_custom_button(__("Tasks"), function() {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user