Minor fixes
This commit is contained in:
parent
f5eaeb2fb5
commit
4042c6d5cc
@ -34,9 +34,9 @@ LastMovements=Last movements
|
|||||||
Units=Units
|
Units=Units
|
||||||
Unit=Unit
|
Unit=Unit
|
||||||
StockCorrection=Correct stock
|
StockCorrection=Correct stock
|
||||||
StockTransfer=Stock transfer
|
StockTransfer=Stock movement
|
||||||
StockMovement=Transfer
|
StockMovement=Stock movement
|
||||||
StockMovements=Stock transfers
|
StockMovements=Stock movements
|
||||||
LabelMovement=Movement label
|
LabelMovement=Movement label
|
||||||
NumberOfUnit=Number of units
|
NumberOfUnit=Number of units
|
||||||
UnitPurchaseValue=Unit purchase price
|
UnitPurchaseValue=Unit purchase price
|
||||||
|
|||||||
@ -2972,7 +2972,7 @@ class Product extends CommonObject
|
|||||||
* Return clicable link of object (with eventually picto)
|
* Return clicable link of object (with eventually picto)
|
||||||
*
|
*
|
||||||
* @param int $withpicto Add picto into link
|
* @param int $withpicto Add picto into link
|
||||||
* @param string $option Where point the link
|
* @param string $option Where point the link ('stock', 'composition', 'category', 'supplier', '')
|
||||||
* @param int $maxlength Maxlength of ref
|
* @param int $maxlength Maxlength of ref
|
||||||
* @return string String with URL
|
* @return string String with URL
|
||||||
*/
|
*/
|
||||||
|
|||||||
@ -575,7 +575,7 @@ if ($resql)
|
|||||||
$productstatic->ref=$objp->product_ref;
|
$productstatic->ref=$objp->product_ref;
|
||||||
$productstatic->label=$objp->produit;
|
$productstatic->label=$objp->produit;
|
||||||
$productstatic->type=$objp->type;
|
$productstatic->type=$objp->type;
|
||||||
print $productstatic->getNomUrl(1,'',16);
|
print $productstatic->getNomUrl(1,'stock',16);
|
||||||
print "</td>\n";
|
print "</td>\n";
|
||||||
// Product label
|
// Product label
|
||||||
print '<td>';
|
print '<td>';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user