update code toward php8 compliance
This commit is contained in:
parent
5b94ee35da
commit
e5f08f6984
@ -126,7 +126,7 @@ if (($line->info_bits & 2) != 2) {
|
|||||||
print '</td>';
|
print '</td>';
|
||||||
|
|
||||||
if ($filtertype != 1) {
|
if ($filtertype != 1) {
|
||||||
if (!empty($conf->global->PRODUCT_USE_UNITS)) {
|
if (getDolGlobalInt('PRODUCT_USE_UNITS')) {
|
||||||
$coldisplay++;
|
$coldisplay++;
|
||||||
print '<td class="nobottom linecoluseunit left">';
|
print '<td class="nobottom linecoluseunit left">';
|
||||||
print '</td>';
|
print '</td>';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user