diff --git a/accounting/invoice.go b/accounting/invoice.go index 4b1ad74..72ffb4f 100644 --- a/accounting/invoice.go +++ b/accounting/invoice.go @@ -58,7 +58,7 @@ type Invoice struct { ExpectedPaymentDate string `json:"ExpectedPaymentDate,omitempty" xml:"ExpectedPaymentDate,omitempty"` // Shown on bills (Accounts Payable) when this has been set - PlannedPaymentDate string `json:"PlannedPaymentDate,omitempty" xml:"PlannedPaymentDate,omitempty"` + PlannedPaymentDate string `json:"PlannedPaymentDateString,omitempty" xml:"PlannedPaymentDate,omitempty"` // Total of invoice excluding taxes SubTotal float64 `json:"SubTotal,omitempty" xml:"SubTotal,omitempty"`