eol
This commit is contained in:
parent
94e3277516
commit
ada3df4245
@ -63,7 +63,7 @@ $pageprev = $page - 1;
|
||||
$pagenext = $page + 1;
|
||||
if (! $sortorder) $sortorder="ASC";
|
||||
if (! $sortfield) $sortfield="fullname";
|
||||
if ($module == 'invoice_supplier' && $sortfield == "fullname") $sortfield="level1name";
|
||||
if ($module == 'invoice_supplier' && $sortfield == "fullname") $sortfield="level1name";
|
||||
|
||||
$ecmdir = new EcmDirectory($db);
|
||||
if ($section)
|
||||
|
||||
@ -92,7 +92,7 @@ if ($id)
|
||||
|
||||
// Ref
|
||||
print '<tr><td width="20%" class="nowrap">'.$langs->trans("Ref").'</td><td colspan="3">';
|
||||
print $form->showrefnav($object, 'ref', $linkback, 1, 'ref', 'ref', $morehtmlref);
|
||||
print $form->showrefnav($object, 'ref', $linkback, 1, 'ref', 'ref', $morehtmlref);
|
||||
print '</td>';
|
||||
print "</tr>\n";
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user