Don't show 'undifined' when no max delivery time
This commit is contained in:
parent
308ee40134
commit
c5599efe62
@ -2400,7 +2400,7 @@ class CommandeFournisseur extends CommonOrder
|
||||
}
|
||||
}
|
||||
|
||||
if ($nb === 0) return $langs->trans('Undefined');
|
||||
if ($nb === 0) return '';
|
||||
else return $nb.' '.$langs->trans('Days');
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user