Fix bad placeholder
This commit is contained in:
parent
9b5dc9da3c
commit
b8d5d6a383
@ -1352,7 +1352,7 @@ if ($action == 'create')
|
|||||||
}
|
}
|
||||||
else
|
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>';
|
print '</td></tr>';
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user