vendor: Only show unqueued apps
This commit is contained in:
committed by
Chris Morgan
parent
dba90a0924
commit
39e2f1d59d
@@ -343,7 +343,9 @@ class Vendor {
|
|||||||
foreach($this->aApplicationsIds as $iAppId)
|
foreach($this->aApplicationsIds as $iAppId)
|
||||||
{
|
{
|
||||||
$oApp = new Application($iAppId);
|
$oApp = new Application($iAppId);
|
||||||
echo '<li>'.$oApp->objectMakeLink().'</li>',"\n";
|
|
||||||
|
if($oApp->sQueued == "false")
|
||||||
|
echo '<li>'.$oApp->objectMakeLink().'</li>',"\n";
|
||||||
}
|
}
|
||||||
echo '</ol>',"\n";
|
echo '</ol>',"\n";
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user