Fix translation
This commit is contained in:
parent
15272f6555
commit
e39c73a916
@ -393,7 +393,7 @@ if ($object->id > 0)
|
|||||||
print '<table class="noborder" width="100%">';
|
print '<table class="noborder" width="100%">';
|
||||||
print '<tr class="liste_titre'.(($num == 0) ? ' nobottom':'').'">';
|
print '<tr class="liste_titre'.(($num == 0) ? ' nobottom':'').'">';
|
||||||
print '<td colspan="3">'.$langs->trans("ProductsAndServices").'</td><td align="right">';
|
print '<td colspan="3">'.$langs->trans("ProductsAndServices").'</td><td align="right">';
|
||||||
print '<a class="notasortlink" href="'.DOL_URL_ROOT.'/fourn/product/list.php?fourn_id='.$object->id.'">'.$langs->trans("AllProductServicePrices").' <span class="badge">'.$object->nbOfProductRefs().'</span>';
|
print '<a class="notasortlink" href="'.DOL_URL_ROOT.'/fourn/product/list.php?fourn_id='.$object->id.'">'.$langs->trans("AllProductReferencesOfSupplier").' <span class="badge">'.$object->nbOfProductRefs().'</span>';
|
||||||
print '</a></td></tr>';
|
print '</a></td></tr>';
|
||||||
|
|
||||||
$return = array();
|
$return = array();
|
||||||
|
|||||||
@ -43,4 +43,5 @@ NotTheGoodQualitySupplier=Wrong quality
|
|||||||
ReputationForThisProduct=Reputation
|
ReputationForThisProduct=Reputation
|
||||||
BuyerName=Buyer name
|
BuyerName=Buyer name
|
||||||
AllProductServicePrices=All product / service prices
|
AllProductServicePrices=All product / service prices
|
||||||
|
AllProductReferencesOfSupplier=All product / service references of supplier
|
||||||
BuyingPriceNumShort=Supplier prices
|
BuyingPriceNumShort=Supplier prices
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user