fix missing td

This commit is contained in:
Christophe Battarel 2013-01-11 15:41:47 +01:00
parent 49703240f7
commit 62ccb57857
2 changed files with 2 additions and 0 deletions

View File

@ -51,6 +51,7 @@ if (! empty($conf->margin->enabled) && ! empty($object->element) && in_array($ob
else else
echo $langs->trans('CostPrice'); echo $langs->trans('CostPrice');
?> ?>
</td>
<?php <?php
if (! empty($conf->global->DISPLAY_MARGIN_RATES)) $colspan++; if (! empty($conf->global->DISPLAY_MARGIN_RATES)) $colspan++;
if (! empty($conf->global->DISPLAY_MARK_RATES)) $colspan++; if (! empty($conf->global->DISPLAY_MARK_RATES)) $colspan++;

View File

@ -57,6 +57,7 @@ if (! empty($usemargins))
else else
echo $langs->trans('CostPrice'); echo $langs->trans('CostPrice');
?> ?>
</td>
<?php <?php
} }
?> ?>