Skip to content
Snippets Groups Projects
Commit b9d31758 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Fix typo

parent 89684748
No related branches found
No related tags found
No related merge requests found
......@@ -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
......@@ -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)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment