E-INVOICE: Peppol id is used to compose the UBL21, improve check and use

This commit is contained in:
sparkyx 2025-10-30 11:04:34 +01:00
parent 2ba899bdb8
commit 9db299594d
5 changed files with 43 additions and 17 deletions

View file

@ -76,11 +76,4 @@ class IPEPPOL_ID extends HtmlInput
return $this->itext->display();
}
static function testme()
{
$ivatnumber=new IPEPPOL_ID("av_text13");
echo $ivatnumber->input();
}
}