|
|
@@ -22,7 +22,7 @@ namespace GreenTree.Nachtragsmanagement.Web.Models.Appendix
|
|
|
public decimal? NegotiationValue { get; set; }
|
|
|
public decimal? RelationOfferingToNegotiation { get; set; }
|
|
|
public bool ProtocolExists { get; set; }
|
|
|
- public int? OrderNumber { get; set; }
|
|
|
+ public string OrderNumber { get; set; }
|
|
|
public DateTime? OrderDate { get; set; }
|
|
|
public bool OrderInvoiceCreated { get; set; }
|
|
|
public string OrderInvoiceCreatedDescription { get; set; }
|