fixed ksef tax codes
This commit is contained in:
parent
26114ae35c
commit
be2f8c08ac
1 changed files with 2 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue