Bad placeholder

This commit is contained in:
Laurent Destailleur 2016-04-08 19:31:18 +02:00
parent 80caf58866
commit daa1aed363

View File

@ -1885,7 +1885,7 @@ else
'name' => 'soc_origin',
'label' => $langs->trans('MergeOriginThirdparty'),
'type' => 'other',
'value' => $form->select_company('', 'soc_origin', 's.rowid != '.$object->id, 1, 0, 0, array(), 0, 'minwidth200')
'value' => $form->select_company('', 'soc_origin', 's.rowid != '.$object->id, 'SelectThirdParty', 0, 0, array(), 0, 'minwidth200')
)
);