Browse Source

FIXBUG

devel
http 9 years ago
parent
commit
0a598679b3
  1. 1
      abonapp/views.py

1
abonapp/views.py

@ -731,6 +731,7 @@ def charts(request, gid, uid):
charts_data = StatElem.objects.chart(abon.ip_address)
abontariff = abon.active_tariff()
if abontariff is not None:
high = abontariff.speedIn + abontariff.speedOut
if high > 100:
high = 100

Loading…
Cancel
Save