Changeset 885
- Timestamp:
- 07/12/08 21:24:20 (2 months ago)
- Files:
-
- branches/1.3/A2Billing_UI/Public/javascript/card.js (modified) (1 diff)
- trunk/common/javascript/card.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.3/A2Billing_UI/Public/javascript/card.js
r1 r885 39 39 addcredit = document.theForm.addcredit.value; 40 40 41 if ( (addcredit == 0) || (!IsNumeric( addcredit)) ){41 if ( (addcredit == 0) || (!IsNumeric(parseFloat(addcredit))) ){ 42 42 alert ('Please , Fill credit box with a numeric value'); 43 43 return; trunk/common/javascript/card.js
r882 r885 44 44 45 45 46 if ( (addcredit == 0) || (!IsNumeric( addcredit)) ){46 if ( (addcredit == 0) || (!IsNumeric(parseFloat(addcredit))) ){ 47 47 alert ('Please , Fill credit box with a numeric value'); 48 48 return;
