Fix bad placeholder

This commit is contained in:
Laurent Destailleur 2016-05-26 19:38:52 +02:00
parent 9b5dc9da3c
commit b8d5d6a383

View File

@ -1352,7 +1352,7 @@ if ($action == 'create')
}
else
{
print $form->select_company(GETPOST('socid','int'),'socid','s.fournisseur = 1',1);
print $form->select_company(GETPOST('socid','int'),'socid','s.fournisseur = 1','SelectThirdParty');
}
print '</td></tr>';