This commit is contained in:
soukainna 2023-03-06 10:31:50 +01:00
parent 232764e7d7
commit a63a4ad1c2
1 changed files with 0 additions and 2 deletions

View File

@ -45,7 +45,6 @@ func (renderer *Renderer) AdministrationGroupDisplay(w http.ResponseWriter, r *h
renderer.Render("administration", w, r, files, state)
}
/////////////////////////////////////////////////////////////////////
type BeneficiariesState struct {
Count int `json:"count"`
CacheId string `json:"cache_id"`
@ -64,7 +63,6 @@ func (s BeneficiariesState) JSONWithLimits(a int, b int) template.JS {
return s.JSON()
}
/////////////////////////////////stats
func (renderer *Renderer) AdminStatBeneficaires(w http.ResponseWriter, r *http.Request, Beneficiaries []mobilityaccountsstorage.Account, cacheid string) {
files := renderer.ThemeConfig.GetStringSlice("views.administration.beneficaires_list.files")