diff options
author | MikunoNaka <bokuwakanojogahoshii@yahoo.com> | 2021-08-08 13:00:16 +0530 |
---|---|---|
committer | MikunoNaka <bokuwakanojogahoshii@yahoo.com> | 2021-08-08 13:00:16 +0530 |
commit | 0f0e5f7408969fcc4473746919bb0e8aaa89947c (patch) | |
tree | 0e5119e9bd8c021aceea9d79a9e5d58040480608 /server/database/invoices.go | |
parent | 6baad020ce5037a90d902c8f41f1f37f52419a10 (diff) |
half-cleaned the way saving invoices works
Diffstat (limited to 'server/database/invoices.go')
-rw-r--r-- | server/database/invoices.go | 6 |
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 } /* |