';
+// Project ref
if (! empty($arrayfields['p.ref']['checked']))
{
print '| ';
print '';
print ' | ';
}
+// Project label
if (! empty($arrayfields['p.title']['checked']))
{
print '';
print '';
print ' | ';
}
+// Third party
if (! empty($arrayfields['s.nom']['checked']))
{
print '';
@@ -592,6 +596,7 @@ if (! empty($arrayfields['p.public']['checked']))
print $form->selectarray('search_public',$array,$search_public);
print ' | ';
}
+// Opp status
if (! empty($arrayfields['p.fk_opp_status']['checked']))
{
print '';
|