From 3f0e3079fd7178432a07e4358696f0bf8c5710ee Mon Sep 17 00:00:00 2001 From: Kyle Spraggs Date: Mon, 3 Feb 2020 14:47:23 -0600 Subject: [PATCH] Use PlannedPaymentDateString --- accounting/invoice.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"`