Statisik Monat angepasst

This commit is contained in:
holger.trampe 2021-01-29 12:59:10 +01:00
parent a101c0d81c
commit e4e255b34b
1 changed files with 1 additions and 1 deletions

View File

@ -499,7 +499,7 @@ def statisticCronJob(request, code):
if newvalue != False:
monthvalue += newvalue
nm = MainSalesMonth(value=monthvalue)
nm = MainSalesMonth(value=monthvalue, salesmonthdate=lastmonth)
nm.save()
newMainS = MainStatistic(agencys=agencycount,users=usercount,standards=standardcount,chatmessages=chatmesscount, active_abos=abocount, absenceobjects=absenceobjects, user_active_timemanagement=user_active_timemanagement, organizerobjects=organizerobjects, agency_recoverobjects=agency_recoverobjects, allfiles=allfiles, allfiles_storage=allfiles_storage, logins=logins)