root 1 year ago
parent
commit
681e9eec4f
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      static/js/kalachakra.js

+ 3
- 1
static/js/kalachakra.js View File

@ -33,7 +33,9 @@ odoo.define('kalachakra.main', function (require) {
});
function check_phone_mobile(phone)
{
var phoneno = /^\d{10}$/;
// var phoneno = /^\d{10}$/;
var phoneno = /^\d+$/;
if((phone.match(phoneno)))
{
return true;


Loading…
Cancel
Save