Update commonobject.class.php
This commit is contained in:
parent
86e0d377f8
commit
3d7b6e9a26
@ -3235,7 +3235,7 @@ abstract class CommonObject
|
||||
$rounding = min($conf->global->MAIN_MAX_DECIMALS_UNIT,$conf->global->MAIN_MAX_DECIMALS_TOT);
|
||||
|
||||
$marginInfo = $this->getMarginInfos($force_price);
|
||||
print "<div onclick=\"$('.margintable').toggle();\" > </div>";
|
||||
print "<img onclick=\"$('.margininfos').toggle();\" src='".img_picto($langs->trans("Hide")."/".$langs->trans("Show"),'object_margin.png','','',1)."'>";
|
||||
print '<table class="nobordernopadding margintable" width="100%">';
|
||||
print '<tr class="liste_titre">';
|
||||
print '<td width="30%">'.$langs->trans('Margins').'</td>';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user