vendor: Fix application list

This commit is contained in:
Alexander Nicolaysen Sørnes
2007-12-19 14:36:52 +01:00
committed by Chris Morgan
parent 42239a6378
commit 52cd2fc55d

View File

@@ -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";