mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-06-05 22:09:38 +02:00
Miglioramento tests
This commit is contained in:
@@ -24,8 +24,6 @@ class Validate
|
||||
return true;
|
||||
}
|
||||
|
||||
$vat_number = starts_with($vat_number, 'IT') ? $vat_number : 'IT'.$vat_number;
|
||||
|
||||
// Controllo con API europea ufficiale
|
||||
if (extension_loaded('soap')) {
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user