vendor: Fix application list
This commit is contained in:
committed by
Chris Morgan
parent
42239a6378
commit
52cd2fc55d
@@ -378,7 +378,7 @@ class Vendor {
|
||||
{
|
||||
$oApp = new Application($iAppId);
|
||||
|
||||
if($oApp->sQueued == "false")
|
||||
if($oApp->objectGetState() == 'accepted')
|
||||
echo '<li>'.$oApp->objectMakeLink().'</li>',"\n";
|
||||
}
|
||||
echo '</ol>',"\n";
|
||||
|
||||
Reference in New Issue
Block a user