Merge branch '12.0' of git@github.com:Dolibarr/dolibarr.git into 12.0
This commit is contained in:
commit
608656ae89
@ -2743,9 +2743,9 @@ class Form
|
||||
|
||||
$outval .= ' - '.$langs->transnoentities("VirtualStock").':';
|
||||
if ($virtualstock > 0) {
|
||||
$outval .= ' - <span class="product_line_stock_ok">';
|
||||
$outval .= '<span class="product_line_stock_ok">';
|
||||
}elseif ($virtualstock <= 0) {
|
||||
$outval .= ' - <span class="product_line_stock_too_low">';
|
||||
$outval .= '<span class="product_line_stock_too_low">';
|
||||
}
|
||||
$outval .= $virtualstock;
|
||||
$outval .= '</span>';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user