|
noalyss Version-10
NOALYSS : serveur de comptabilité et ERP (2002)
|
check the VAT Number with VIES, More...
Go to the source code of this file.
Variables | |
| $http = new \HttpInput() | |
| $obj = new stdClass | |
| $p_domid = $http->get("p_domid") | |
| $obj | html =_('Erreur') |
| if(check_iban($iban)==true) $obj | status = 'NOK' |
| try | |
check the VAT Number with VIES,
Definition in file ajax_check_ibannumber.php.
| $http = new \HttpInput() |
Definition at line 29 of file ajax_check_ibannumber.php.
| $obj = new stdClass |
Definition at line 30 of file ajax_check_ibannumber.php.
| $p_domid = $http->get("p_domid") |
Definition at line 34 of file ajax_check_ibannumber.php.
Referenced by Icon_Action\longer(), and Icon_Action\show_note().
| $obj html =_('Erreur') |
Definition at line 43 of file ajax_check_ibannumber.php.
Referenced by Sendmail_Core\compose().
| if (check_iban( $iban)==true) $obj status = 'NOK' |
Definition at line 42 of file ajax_check_ibannumber.php.
| try |
Definition at line 32 of file ajax_check_ibannumber.php.