diff options
| author | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2023-10-09 22:11:16 +0530 | 
|---|---|---|
| committer | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2023-10-09 22:11:16 +0530 | 
| commit | 48845b9e703756471a98f8b1f1edaa2313763df4 (patch) | |
| tree | 1883095a68148bad0d0e5daff818616e5137a3c3 /invoice/invoice.go | |
| parent | 1924bfca2439829253df3598481034e5c586e3e2 (diff) | |
checking user while adding and removing invoice items
Diffstat (limited to 'invoice/invoice.go')
| -rw-r--r-- | invoice/invoice.go | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/invoice/invoice.go b/invoice/invoice.go index fa8bb08..e2b8f7c 100644 --- a/invoice/invoice.go +++ b/invoice/invoice.go @@ -62,6 +62,7 @@ type Invoice struct {  	BillingAddress  InvoiceBillingAddress  	ShippingAddress InvoiceShippingAddress  	IsDraft         bool +	Items           []InvoiceItem  	// Transporter     Transporter  	// DueDate         string  |