Fix typo
This commit is contained in:
parent
89684748c5
commit
b9d3175897
@ -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)
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user