Fix: W3C
This commit is contained in:
parent
082ee53dae
commit
079ea61582
@ -1084,10 +1084,11 @@ else
|
|||||||
print '<tr><td>'.$langs->trans("Label").'</td><td colspan="2">'.$object->libelle.'</td>';
|
print '<tr><td>'.$langs->trans("Label").'</td><td colspan="2">'.$object->libelle.'</td>';
|
||||||
|
|
||||||
$nblignes=8;
|
$nblignes=8;
|
||||||
|
if (! empty($conf->produit->enabled) && ! empty($conf->service->enabled)) $nblignes++;
|
||||||
|
if ($showbarcode) $nblignes+=2;
|
||||||
if ($object->type!=1) $nblignes++;
|
if ($object->type!=1) $nblignes++;
|
||||||
if ($object->isservice()) $nblignes++;
|
if ($object->isservice()) $nblignes++;
|
||||||
else $nblignes+=4;
|
else $nblignes+=4;
|
||||||
if ($showbarcode) $nblignes+=2;
|
|
||||||
|
|
||||||
// Photo
|
// Photo
|
||||||
if ($showphoto || $showbarcode)
|
if ($showphoto || $showbarcode)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user