[Vtigercrm-commits] [vtiger-commits] r10786 - /vtigercrm/branches/5.0.3/Smarty/templates/CustomView.tpl

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Wed Apr 25 11:53:04 EDT 2007


Author: saraj
Date: Wed Apr 25 09:52:59 2007
New Revision: 10786

Log:
Custom View  Advanced filter options are not correctly populated - fixed. Fixes #3325

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

Modified: vtigercrm/branches/5.0.3/Smarty/templates/CustomView.tpl
==============================================================================
--- vtigercrm/branches/5.0.3/Smarty/templates/CustomView.tpl (original)
+++ vtigercrm/branches/5.0.3/Smarty/templates/CustomView.tpl Wed Apr 25 09:52:59 2007
@@ -673,5 +673,11 @@
                 } else return true;
 	}
 }
+for(var i=1;i<=5;i++)
+{
+	var obj=document.getElementById("fcol"+i);
+	if(obj.selectedIndex != 0)
+		updatefOptions(obj, 'fop'+i);
+}
 {/literal}
 </script>





More information about the vtigercrm-commits mailing list