fixed ksef tax codes

This commit is contained in:
Ralph Soika 2026-05-14 15:52:16 +02:00
parent 26114ae35c
commit be2f8c08ac

View file

@ -84,7 +84,8 @@ public enum TaxCode {
* (Art. 28b UStG-PL, excluding Art. 100 sec. 1 no. 4).
* NOT reportable in VAT-UE.
*/
CARGO_NPT("NPT", "np I", "P_13_8", null, "1");
CARGO_NPT("NPT", "np I", "P_13_8", null, "1"),
CARGO_NP3("NP3", "np I", "P_13_8", null, "1");
private final String cargosoftCode;
private final String p12Value;