diff --git a/htdocs/langs/en_US/products.lang b/htdocs/langs/en_US/products.lang index 841f497b674ab7d53b889661662d2777c4b9ac7d..eb7261ab613c765332421064115f5d062e46b023 100755 --- a/htdocs/langs/en_US/products.lang +++ b/htdocs/langs/en_US/products.lang @@ -251,6 +251,6 @@ PriceExpressionEditorHelp4=In product/service price only: <b>#supplier_min_price PriceMode=Price mode PriceNumeric=Number DefaultPrice=Default price -ComposedProductDIncDecStock=Increase/Decrease stock on parent change +ComposedProductIncDecStock=Increase/Decrease stock on parent change ComposedProduct=Sub-product MinSupplierPrice=Minimun supplier price diff --git a/htdocs/product/composition/card.php b/htdocs/product/composition/card.php index 1d551dd9ab123cd9e90f7e46103d6889130ff8b8..af339c8270c36afd171e1410d7b4039309461f94 100644 --- a/htdocs/product/composition/card.php +++ b/htdocs/product/composition/card.php @@ -261,7 +261,7 @@ if ($id > 0 || ! empty($ref)) print '<td align="right" colspan="2">'.$langs->trans('MinSupplierPrice').'</td>'; if (! empty($conf->stock->enabled)) print '<td align="right">'.$langs->trans('Stock').'</td>'; print '<td align="center">'.$langs->trans('Qty').'</td>'; - print '<td align="center">'.$langs->trans('ComposedProductDIncDecStock').'</td>'; + print '<td align="center">'.$langs->trans('ComposedProductIncDecStock').'</td>'; print '</tr>'; foreach($prods_arbo as $value) @@ -446,7 +446,7 @@ if ($id > 0 || ! empty($ref)) print '<th class="liste_titre">'.$langs->trans("Label").'</td>'; //print '<th class="liste_titre" align="center">'.$langs->trans("IsInPackage").'</td>'; print '<th class="liste_titre" align="right">'.$langs->trans("Qty").'</td>'; - print '<th align="center">'.$langs->trans('ComposedProductDIncDecStock').'</th>'; + print '<th align="center">'.$langs->trans('ComposedProductIncDecStock').'</th>'; print '</tr>'; if ($resql) {