This commit is contained in:
Laurent Destailleur 2015-02-25 23:04:13 +01:00
parent 89684748c5
commit b9d3175897
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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)
{