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
CategoryID uint
Category *Category
Name string
Title string
Descr string
Note string
Items []ItemBought