From 9011d147d7d23108e19aae0e8838cba3f375ec91 Mon Sep 17 00:00:00 2001 From: "stephan.keller" Date: Thu, 1 Feb 2024 15:20:21 +0100 Subject: [PATCH] Add Ar (a) to QuantityCodes --- ZUGFeRD/QuantityCodes.cs | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/ZUGFeRD/QuantityCodes.cs b/ZUGFeRD/QuantityCodes.cs index 1c5da87c..7fdbd1f0 100644 --- a/ZUGFeRD/QuantityCodes.cs +++ b/ZUGFeRD/QuantityCodes.cs @@ -276,7 +276,16 @@ public enum QuantityCodes /// /// Standard packaging unit /// - XPK + XPK, + + /// + /// Ar + /// Abkürzung: a + /// + /// + /// 100 m^2 + /// + FF }