[Vtigercrm-commits] [vtiger-commits] r11092 - /vtigercrm/branches/5.0.3/Smarty/templates/ReportRun.tpl

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Mon May 28 11:17:16 EDT 2007


Author: jerrydgeorge
Date: Mon May 28 09:17:09 2007
New Revision: 11092

Log:
Javascript error when report changed from report Run Page
has been fixed.

Modified:
    vtigercrm/branches/5.0.3/Smarty/templates/ReportRun.tpl

Modified: vtigercrm/branches/5.0.3/Smarty/templates/ReportRun.tpl
==============================================================================
--- vtigercrm/branches/5.0.3/Smarty/templates/ReportRun.tpl (original)
+++ vtigercrm/branches/5.0.3/Smarty/templates/ReportRun.tpl Mon May 28 09:17:09 2007
@@ -216,7 +216,7 @@
 {
 	var id = document.NewReport.another_report.options  [document.NewReport.another_report.selectedIndex].value;
 	var folderid = getObj('folderid').value;
-	url ='index.php?action=ReportsAjax&file=SaveAndRun&module=Reports&record='+id+'&folderid='+folderid;
+	url ='index.php?action=SaveAndRun&module=Reports&record='+id+'&folderid='+folderid;
 	goToURL(url);
 }
 function ReportInfor()





More information about the vtigercrm-commits mailing list