From 9190edd44c4e45db3897b7f1dbb6b6b709843b83 Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Wed, 1 Nov 2017 17:43:53 +0100 Subject: [PATCH] Esthetic : align text --- include/class/stock_goods.class.php | 1 + 1 file changed, 1 insertion(+) diff --git a/include/class/stock_goods.class.php b/include/class/stock_goods.class.php index b2c22283d..8ffd0b453 100644 --- a/include/class/stock_goods.class.php +++ b/include/class/stock_goods.class.php @@ -94,6 +94,7 @@ class Stock_Goods extends Stock_Goods_Sql $sg_quantity[$e] = new INum('sg_quantity' . $e); $sg_quantity[$e]->value = (isset(${'sg_quantity' . $e})) ? ${'sg_quantity' . $e} : ''; $label[$e] = new ISpan("label$e"); + $label[$e]->style="vertical-align:top;"; if (trim($sg_code[$e]->value) != '') { $label[$e]->value = $cn->get_value("select vw_name from vw_fiche_attr where quick_code=$1", array($sg_code[$e]->value));