Skip to content

Commit

Permalink
Merge pull request #596 from smodev/master
Browse files Browse the repository at this point in the history
Added CTM (Metric carat) to QuantityCodes
  • Loading branch information
stephanstapel authored Jan 26, 2025
2 parents 2703b52 + 3abe12f commit 5a25144
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion ZUGFeRD/QuantityCodes.cs
Original file line number Diff line number Diff line change
Expand Up @@ -614,7 +614,15 @@ public enum QuantityCodes
/// <remarks>
/// Services offered with no time frame specified
/// </remarks>
E48
E48,

/// <summary>
/// Metric Carat
/// </summary>
/// <remarks>
/// Einheit für die Masse von Edelsteinen. Abkürzung Kt oder ct (kein gesetzliches Einheitszeichen)
/// </remarks>
CTM
}


Expand Down

0 comments on commit 5a25144

Please sign in to comment.