Skip to content
Snippets Groups Projects
Commit bc938f18 authored by Robert Anderson's avatar Robert Anderson
Browse files

Fixed smadmin not using topups summaries when a user has more than one summary

parent ab34b366
No related branches found
No related tags found
No related merge requests found
...@@ -672,6 +672,8 @@ sub cleanup ...@@ -672,6 +672,8 @@ sub cleanup
Balance => $trafficRemaining Balance => $trafficRemaining
}); });
} }
$trafficOverUsage = 0;
} }
} }
...@@ -801,6 +803,8 @@ sub cleanup ...@@ -801,6 +803,8 @@ sub cleanup
Balance => $uptimeRemaining Balance => $uptimeRemaining
}); });
} }
$uptimeOverUsage = 0;
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment