improve formatting
This commit is contained in:
parent
33291b7cc7
commit
03f6df206b
@ -3055,7 +3055,7 @@ if ($action == 'create') {
|
|||||||
} else {
|
} else {
|
||||||
print '<tr><td class="fieldrequired">'.$langs->trans('Customer').'</td>';
|
print '<tr><td class="fieldrequired">'.$langs->trans('Customer').'</td>';
|
||||||
print '<td colspan="2">';
|
print '<td colspan="2">';
|
||||||
print img_picto('', 'company').$form->select_company($soc->id, 'socid', '((s.client = 1 OR s.client = 3) AND s.status=1)', 'SelectThirdParty', 0, 0, null, 0, 'minwidth300 widthcentpercentminusxx maxwidth500');
|
print img_picto('', 'company').$form->select_company($soc->id, 'socid', '((s.client = 1 OR s.client = 3) AND s.status = 1)', 'SelectThirdParty', 0, 0, null, 0, 'minwidth300 widthcentpercentminusxx maxwidth500');
|
||||||
// Option to reload page to retrieve customer informations.
|
// Option to reload page to retrieve customer informations.
|
||||||
if (empty($conf->global->RELOAD_PAGE_ON_CUSTOMER_CHANGE_DISABLED)) {
|
if (empty($conf->global->RELOAD_PAGE_ON_CUSTOMER_CHANGE_DISABLED)) {
|
||||||
print '<script type="text/javascript">
|
print '<script type="text/javascript">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user