Merge branch 'main' of https://git.aycode.com/Adam/FruitBankHybridApp
This commit is contained in:
commit
5f05203169
|
|
@ -5,6 +5,7 @@ public enum DocumentType : byte
|
||||||
NotSet = 0,
|
NotSet = 0,
|
||||||
Unknown = 5,
|
Unknown = 5,
|
||||||
ShippingDocument = 10,
|
ShippingDocument = 10,
|
||||||
OrderForm = 15,
|
OrderConfirmation = 15,
|
||||||
|
Invoice = 20,
|
||||||
|
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue