vtiger Forum Index vtiger
The Honest Open Source CRM
 

Added commas to amount, need to remove commas from Edit view
Click here to go to the original topic

 
       vtiger Forum Index -> Help - 5.0.3
Previous topic :: Next topic  
Author Message
shdwhawk



Joined: 28 Jul 2008
Posts: 8

Posted: Mon Jul 28, 2008 11:59 pm    Post subject: Added commas to amount, need to remove commas from Edit view  

Hello,

So i made the modification to include/utils/commonutils.php

return number_format($amount * $crate,2,'.',',');

That work great! However i now fail validation when saving a Potential. The input box doesn't take commas.

All i would like todo is add this javascript to the "amount" inputbox:

Onclick/Onblur/Onkeyup etc

"this.value=this.value.replace(',','')"

Thanks!
Back to top  
shdwhawk



Joined: 28 Jul 2008
Posts: 8

Posted: Tue Jul 29, 2008 12:22 am    Post subject: Added commas to amount, need to remove commas from Edit view  

Looks like a cant edit my post.

Just wanted to clarify, how to i make that input box strip the commas on page load or page save?

Thanks!
Back to top  
 
       vtiger Forum Index -> Help - 5.0.3
Page 1 of 1


Powered by phpBB Search Engine Indexer
Powered by phpBB 2.0.15 © 2001, 2002 phpBB Group