Debug ticket module
This commit is contained in:
parent
8c23fe6764
commit
89a6841fbc
@ -323,10 +323,21 @@ if ($socid && !$projectid && $user->rights->societe->lire) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
print '</td>';
|
print '</td>';
|
||||||
print $htmllogobar;
|
|
||||||
$htmllogobar = '';
|
|
||||||
print '</tr>';
|
print '</tr>';
|
||||||
}
|
}
|
||||||
|
// Supplier code
|
||||||
|
if ($socstat->fournisseur && !empty($socstat->code_fournisseur)) {
|
||||||
|
print '<tr><td class="titlefield">';
|
||||||
|
print $langs->trans('SupplierCode') . '</td><td>';
|
||||||
|
print $socstat->code_fournisseur;
|
||||||
|
if ($socstat->check_codefournisseur() != 0) {
|
||||||
|
print ' <font class="error">(' . $langs->trans("WrongSupplierCode") . ')</font>';
|
||||||
|
}
|
||||||
|
|
||||||
|
print '</td>';
|
||||||
|
print '</tr>';
|
||||||
|
}
|
||||||
|
|
||||||
print '</table>';
|
print '</table>';
|
||||||
print '</div>';
|
print '</div>';
|
||||||
dol_fiche_end();
|
dol_fiche_end();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user