From 187ccf3e21c9a32e9ef38299201b8c756f53ecc1 Mon Sep 17 00:00:00 2001 From: Adam Date: Sun, 5 Oct 2025 14:56:08 +0200 Subject: [PATCH] documenttyped changed --- FruitBank.Common/DocumentType.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/FruitBank.Common/DocumentType.cs b/FruitBank.Common/DocumentType.cs index 8193f34..f765e87 100644 --- a/FruitBank.Common/DocumentType.cs +++ b/FruitBank.Common/DocumentType.cs @@ -5,6 +5,7 @@ public enum DocumentType : byte NotSet = 0, Unknown = 5, ShippingDocument = 10, - OrderForm = 15, + OrderConfirmation = 15, + Invoice = 20, } \ No newline at end of file