Fix: Must navigate between all thirdparties elligible for tab.

This commit is contained in:
Laurent Destailleur 2013-11-18 15:41:42 +01:00
parent 4d31a0ca2a
commit a71e4c598a

View File

@ -202,7 +202,7 @@ if ($id > 0)
print '<table class="border" width="100%">';
print '<tr><td width="30%">'.$langs->trans("ThirdPartyName").'</td><td width="70%" colspan="3">';
$object->next_prev_filter="te.client in (1,3)";
$object->next_prev_filter="te.client in (1,2,3)";
print $form->showrefnav($object,'socid','',($user->societe_id?0:1),'rowid','nom','','');
print '</td></tr>';