Restore data into bannner of thirdparty to have content matching other
tabs.
This commit is contained in:
parent
9ac38dee45
commit
6952f33309
@ -94,6 +94,15 @@ if ($socid > 0)
|
|||||||
print '</td></tr>';
|
print '</td></tr>';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if ($societe->fournisseur)
|
||||||
|
{
|
||||||
|
print '<tr><td>';
|
||||||
|
print $langs->trans('SupplierCode').'</td><td colspan="3">';
|
||||||
|
print $societe->code_fournisseur;
|
||||||
|
if ($societe->check_codefournisseur() <> 0) print ' <font class="error">('.$langs->trans("WrongSupplierCode").')</font>';
|
||||||
|
print '</td></tr>';
|
||||||
|
}
|
||||||
|
|
||||||
// Total Margin
|
// Total Margin
|
||||||
print '<tr><td>'.$langs->trans("TotalMargin").'</td><td colspan="3">';
|
print '<tr><td>'.$langs->trans("TotalMargin").'</td><td colspan="3">';
|
||||||
print '<span id="totalMargin"></span>'; // set by jquery (see below)
|
print '<span id="totalMargin"></span>'; // set by jquery (see below)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user