[Vtigercrm-commits] [vtiger-commits] r11004 - /vtigercrm/branches/5.0.3/Smarty/templates/Settings/CustomInvoiceNo.tpl

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Wed May 23 17:52:58 EDT 2007


Author: richie
Date: Wed May 23 15:52:51 2007
New Revision: 11004

Log:
fix for Forward Slash is accepted in Invoice No.Fixes#3873 --Allen

Modified:
    vtigercrm/branches/5.0.3/Smarty/templates/Settings/CustomInvoiceNo.tpl

Modified: vtigercrm/branches/5.0.3/Smarty/templates/Settings/CustomInvoiceNo.tpl
==============================================================================
--- vtigercrm/branches/5.0.3/Smarty/templates/Settings/CustomInvoiceNo.tpl (original)
+++ vtigercrm/branches/5.0.3/Smarty/templates/Settings/CustomInvoiceNo.tpl Wed May 23 15:52:51 2007
@@ -168,7 +168,7 @@
 var invstring=document.getElementById("invoicestring").value;
 
 
-var iChars = "!@#$%^&*()+=[]\\\';,./{}|\":<>?";
+var iChars = "!@#$%^&*()+=[]\\\';,.{}|\":<>?";
 
           for (var i = 0; i < invstring.length; i++)
             {





More information about the vtigercrm-commits mailing list