Convertation fix.
This commit is contained in:
parent
237e60553b
commit
e019c37159
@ -94,7 +94,7 @@ namespace DressAtelierFileImplement.Models
|
||||
public XElement GetXElement => new("Order", new XAttribute("ID", ID),
|
||||
new XElement("DressID", DressID),
|
||||
new XElement("Count", Count),
|
||||
new XElement("Sum", Sum),
|
||||
new XElement("Sum", Sum.ToString()),
|
||||
new XElement("Status", Status),
|
||||
new XElement("CreationDate", DateCreate),
|
||||
new XElement("ImplementationDate", DateImplement));
|
||||
|
Loading…
x
Reference in New Issue
Block a user