added month to tranx
This commit is contained in:
parent
0b959fedfe
commit
08880ea88b
@ -122,6 +122,7 @@ func (s *Server) tranx(w http.ResponseWriter, r *http.Request) {
|
||||
Cost: t.Cost,
|
||||
Store: t.Store,
|
||||
Info: t.Info,
|
||||
Month: t.Month,
|
||||
},
|
||||
)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user