Rename Name for Payment to Title

This commit is contained in:
qowevisa 2024-11-01 09:30:51 +02:00
parent e2d3d636cb
commit 6c70cc1881

View File

@ -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