Merge pull request #12550 from frederic34/patch-13

missing $conf
This commit is contained in:
Laurent Destailleur 2019-11-30 01:21:58 +01:00 committed by GitHub
commit b0e005bcee
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>';