2
0
forked from Wavyzz/dolibarr

Add maxwidth300 on combo list for users and sale representatives

This commit is contained in:
Laurent Destailleur
2015-12-06 00:37:58 +01:00
parent 3fb7a9429b
commit 374480043e
31 changed files with 43 additions and 98 deletions

View File

@@ -94,7 +94,7 @@ print '<table class="border" width="100%">';
if ($user->rights->margins->read->all) {
print '<tr><td width="20%">'.$langs->trans('SalesRepresentative').'</td>';
print '<td colspan="4">';
print $form->select_dolusers($agentid, 'agentid', 1);
print $form->select_dolusers($agentid, 'agentid', 1, '', 0, '', '', 0, 0, 0, '', 0, '', 'maxwidth300');
print '</td></tr>';
}