From cd8c71497da8a6e1f6c7866b3ddda89144145fc8 Mon Sep 17 00:00:00 2001 From: Francis Appels Date: Mon, 10 May 2021 10:10:30 +0200 Subject: [PATCH] replace deprecated warehouse 'libelle' --- htdocs/fourn/commande/dispatch.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/fourn/commande/dispatch.php b/htdocs/fourn/commande/dispatch.php index 4c279dd7c97..92d7c11e5ac 100644 --- a/htdocs/fourn/commande/dispatch.php +++ b/htdocs/fourn/commande/dispatch.php @@ -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 '';