missing $conf

This commit is contained in:
Frédéric FRANCE 2019-11-28 22:50:39 +01:00 committed by GitHub
parent 78eb6ae17d
commit 3dfb586d15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1614,7 +1614,7 @@ class Expedition extends CommonObject
*/ */
public function getNomUrl($withpicto = 0, $option = '', $max = 0, $short = 0, $notooltip = 0, $save_lastsearch_value = -1) public function getNomUrl($withpicto = 0, $option = '', $max = 0, $short = 0, $notooltip = 0, $save_lastsearch_value = -1)
{ {
global $langs; global $langs, $conf;
$result = ''; $result = '';
$label = '<u>'.$langs->trans("ShowSending").'</u>'; $label = '<u>'.$langs->trans("ShowSending").'</u>';