aboutsummaryrefslogtreecommitdiff
path: root/server/database/invoices.go
diff options
context:
space:
mode:
authorMikunoNaka <bokuwakanojogahoshii@yahoo.com>2021-08-08 13:00:16 +0530
committerMikunoNaka <bokuwakanojogahoshii@yahoo.com>2021-08-08 13:00:16 +0530
commit0f0e5f7408969fcc4473746919bb0e8aaa89947c (patch)
tree0e5119e9bd8c021aceea9d79a9e5d58040480608 /server/database/invoices.go
parent6baad020ce5037a90d902c8f41f1f37f52419a10 (diff)
half-cleaned the way saving invoices works
Diffstat (limited to 'server/database/invoices.go')
-rw-r--r--server/database/invoices.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/server/database/invoices.go b/server/database/invoices.go
index d6bc015..e743b47 100644
--- a/server/database/invoices.go
+++ b/server/database/invoices.go
@@ -14,9 +14,9 @@ import (
)
type Invoice struct {
- ID int
- Items []Item
- Transport string
+ ID int
+ Items []Item
+ Transporter Transport
}
/*