Skip to content

Commit

Permalink
Merge pull request #25 from erply/adding-clientemail-to-sales-document
Browse files Browse the repository at this point in the history
Added client email to Sale document
  • Loading branch information
Nagy Salem committed Jun 22, 2020
2 parents 572d5f2 + 18d30c7 commit 15ce3ea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/api/sales/documentModels.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ type (
Time string `json:"time"`

//Payer if invoice_client_is_payer = 1
ClientID int `json:"clientID"`
ClientID int `json:"clientID"`
ClientEmail string `json:"clientEmail"`
//Recipient if invoice_client_is_payer = 1
ShipToID int `json:"shipToID"`
//Recipient if invoice_client_is_payer = 0
Expand Down

0 comments on commit 15ce3ea

Please sign in to comment.