- show message-box if customer has no/insufficient aps-contingent, fixed #278

refs #278
This commit is contained in:
Michael Kaufmann (d00p)
2010-06-17 06:30:59 +00:00
parent 530b6da6e8
commit 794c4d3b55
3 changed files with 12 additions and 1 deletions

View File

@@ -2182,6 +2182,12 @@ class ApsParser
return;
}
// no more contingent, #278
if($userinfo['aps_packages'] == $userinfo['aps_packages_used'])
{
self::InfoBox($lng['aps']['nocontingent']);
}
//show packages
while($Row3 = $this->db->fetch_array($result2))