[Vtigercrm-commits] [vtiger-commits] r11030 - /vtigercrm/branches/5.0.3/include/js/QuickCreate.js

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Fri May 25 02:45:23 EDT 2007


Author: richie
Date: Fri May 25 00:45:18 2007
New Revision: 11030

Log:
quickcreate-ticket has been fixed. --minnie

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

Modified: vtigercrm/branches/5.0.3/include/js/QuickCreate.js
==============================================================================
--- vtigercrm/branches/5.0.3/include/js/QuickCreate.js (original)
+++ vtigercrm/branches/5.0.3/include/js/QuickCreate.js Fri May 25 00:45:18 2007
@@ -28,7 +28,7 @@
             	
 		return true
 	} else {
-		if (currObj.value == "" ) {
+		if (trim(currObj.value) == "" ) {
 
 	                alert(fldLabel+alert_arr.CANNOT_BE_NONE)
 





More information about the vtigercrm-commits mailing list