Rename Name for Payment to Title
This commit is contained in:
parent
e2d3d636cb
commit
6c70cc1881
|
@ -13,7 +13,7 @@ type Payment struct {
|
||||||
Card *Card
|
Card *Card
|
||||||
CategoryID uint
|
CategoryID uint
|
||||||
Category *Category
|
Category *Category
|
||||||
Name string
|
Title string
|
||||||
Descr string
|
Descr string
|
||||||
Note string
|
Note string
|
||||||
Items []ItemBought
|
Items []ItemBought
|
||||||
|
|
Loading…
Reference in New Issue
Block a user