replace deprecated warehouse 'libelle'

This commit is contained in:
Francis Appels 2021-05-10 10:10:30 +02:00
parent 7101c2445d
commit cd8c71497d

View File

@ -1235,7 +1235,7 @@ if ($id > 0 || !empty($ref)) {
}
} else {
$warehouse_static->id = $objp->warehouse_id;
$warehouse_static->libelle = $objp->entrepot;
$warehouse_static->label = $objp->entrepot;
print $warehouse_static->getNomUrl(1);
}
print '</td>';