Fix phpcs
This commit is contained in:
parent
aa574c2a47
commit
14a48b2c95
@ -882,7 +882,7 @@ print '</tr>';
|
|||||||
print '<tr class="oddeven">';
|
print '<tr class="oddeven">';
|
||||||
print '<td width="80%">'.$langs->trans("DefaultCustomerType").'</td>';
|
print '<td width="80%">'.$langs->trans("DefaultCustomerType").'</td>';
|
||||||
print '<td>';
|
print '<td>';
|
||||||
print $formcompany->selectProspectCustomerType($conf->global->THIRDPARTY_CUSTOMERTYPE_BY_DEFAULT,'defaultcustomertype','defaultcustomertype','admin');
|
print $formcompany->selectProspectCustomerType($conf->global->THIRDPARTY_CUSTOMERTYPE_BY_DEFAULT, 'defaultcustomertype', 'defaultcustomertype', 'admin');
|
||||||
print '</td>';
|
print '</td>';
|
||||||
print '<td align="center">';
|
print '<td align="center">';
|
||||||
print '<input type="submit" class="button" name="THIRDPARTY_CUSTOMERTYPE_BY_DEFAULT" value="'.$langs->trans("Modify").'">';
|
print '<input type="submit" class="button" name="THIRDPARTY_CUSTOMERTYPE_BY_DEFAULT" value="'.$langs->trans("Modify").'">';
|
||||||
|
|||||||
@ -838,7 +838,7 @@ if (! empty($arrayfields['customerorsupplier']['checked']))
|
|||||||
{
|
{
|
||||||
print '<td class="liste_titre maxwidthonsmartphone" align="middle">';
|
print '<td class="liste_titre maxwidthonsmartphone" align="middle">';
|
||||||
if ($type != '') print '<input type="hidden" name="type" value="'.$type.'">';
|
if ($type != '') print '<input type="hidden" name="type" value="'.$type.'">';
|
||||||
print $formcompany->selectProspectCustomerType($search_type,'search_type', 'search_type', 'list');
|
print $formcompany->selectProspectCustomerType($search_type, 'search_type', 'search_type', 'list');
|
||||||
print '</select></td>';
|
print '</select></td>';
|
||||||
}
|
}
|
||||||
// Prospect level
|
// Prospect level
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user