noalyss Version-10
NOALYSS : serveur de comptabilité et ERP (2002)
Loading...
Searching...
No Matches
ajax_check_ibannumber.php File Reference

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
 

Detailed Description

check the VAT Number with VIES,

See also
ivatnumber.class.php

Definition in file ajax_check_ibannumber.php.

Variable Documentation

◆ $http

$http = new \HttpInput()

Definition at line 29 of file ajax_check_ibannumber.php.

◆ $obj

$obj = new stdClass

Definition at line 30 of file ajax_check_ibannumber.php.

◆ $p_domid

$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().

◆ html

$obj html =_('Erreur')

Definition at line 43 of file ajax_check_ibannumber.php.

Referenced by Sendmail_Core\compose().

◆ status

if (check_iban( $iban)==true) $obj status = 'NOK'

Definition at line 42 of file ajax_check_ibannumber.php.

◆ try

try
Initial value:
{
$iban = $http->get("iban")

Definition at line 32 of file ajax_check_ibannumber.php.