Minor fixes

This commit is contained in:
David Bomba 2024-08-28 17:20:41 +10:00
parent ee8a4b6ab6
commit 29068cb01e

View File

@ -129,6 +129,8 @@ class FatturaPATest extends TestCase
$e = new EInvoice();
$errors = $e->validate($fe);
if(count($errors) > 0) {
nlog($errors);
}