[Vtigercrm-commits] [vtiger-commits] r10864 - /vtigercrm/branches/5.0.3/include/js/customview.js

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Fri May 11 09:01:10 EDT 2007


Author: richie
Date: Fri May 11 07:00:59 2007
New Revision: 10864

Log:
fix for Issue in Custom Field of type Percent. Fixes #3774 --minnie

Modified:
    vtigercrm/branches/5.0.3/include/js/customview.js

Modified: vtigercrm/branches/5.0.3/include/js/customview.js
==============================================================================
--- vtigercrm/branches/5.0.3/include/js/customview.js (original)
+++ vtigercrm/branches/5.0.3/include/js/customview.js Fri May 11 07:00:59 2007
@@ -66,7 +66,7 @@
                 if (!intValidate("fldLength","Length"))
                         return false
 
-                if (!numConstComp("fldLength","Length","GT",0))
+                if (!numConstComp("fldLength","Length","G",0))
                         return false
 
         }





More information about the vtigercrm-commits mailing list