XML property 'minutes' is filled with the wrong value during conversion
Closed this issue · 0 comments
ccellar commented
TimeEntryConverter.cs
Function: Convert( ... )
xmlWriter.WriteElementString("revenue", item.Revenue.ToString(CultureInfo.InvariantCulture));
xmlWriter.WriteElementString("minutes", item.Revenue.ToString(CultureInfo.InvariantCulture));
The XML property 'minutes' is filled with the wrong value. Looks like copy and paste fails a little (: