forked from Wavyzz/dolibarr
Add maxwidth300 on combo list for users and sale representatives
This commit is contained in:
@@ -135,7 +135,7 @@ print "</tr>";
|
||||
print '<tr class="impair"><td>'.$langs->trans("ResponsibleUser").'</td>';
|
||||
print '<td align="left">';
|
||||
print '<input type="hidden" name="nom0" value="PRELEVEMENT_USER">';
|
||||
print $form->select_dolusers($conf->global->PRELEVEMENT_USER,'value0',1);
|
||||
print $form->select_dolusers($conf->global->PRELEVEMENT_USER, 'value0', 1, '', 0, '', '', 0, 0, 0, '', 0, '', 'maxwidth300');
|
||||
print '</td>';
|
||||
print '</tr>';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user