feat(transaction): #101 replace "note" with "party" and "description"
This commit was merged in pull request #103.
This commit is contained in:
@@ -137,7 +137,8 @@ func (h TransactionImpl) handleUpdateTransaction() http.HandlerFunc {
|
||||
TreasureChestId: r.FormValue("treasure-chest-id"),
|
||||
Value: r.FormValue("value"),
|
||||
Timestamp: r.FormValue("timestamp"),
|
||||
Note: r.FormValue("note"),
|
||||
Party: r.FormValue("party"),
|
||||
Description: r.FormValue("description"),
|
||||
}
|
||||
|
||||
if input.Id == "new" {
|
||||
|
||||
Reference in New Issue
Block a user