correction zf2 edge test case (interface based)

This commit is contained in:
jstaerk
2020-11-21 13:05:14 +01:00
parent 0923a01ccc
commit 3ff25bc9fe

View File

@@ -141,6 +141,11 @@ public abstract class MustangReaderTestCase extends TestCase implements IExporta
return "0815"; return "0815";
} }
@Override
public String getVATID() {
return "DE0815";
}
} }
protected class Item implements IZUGFeRDExportableItem { protected class Item implements IZUGFeRDExportableItem {