[CORE] Fix : renommage d'une fonction (#deliverytime).
This commit is contained in:
parent
0e74dd4b95
commit
1d9a3e0ce2
@ -2110,8 +2110,8 @@ class CommandeFournisseur extends CommonOrder
|
||||
* Return the max number delivery delay in day
|
||||
*
|
||||
* @return string
|
||||
*/
|
||||
function getMaxDelaiLivraisonJours($langs)
|
||||
*/
|
||||
function getMaxDeliveryTimeDay($langs)
|
||||
{
|
||||
if (empty($this->lines)) return $langs->trans('Undefined');
|
||||
|
||||
|
||||
@ -1605,7 +1605,7 @@ elseif (! empty($object->id))
|
||||
// Delai livraison jours
|
||||
print '<tr>';
|
||||
print '<td>'.$langs->trans('NbDaysToDelivery').' '.img_picto($langs->trans('DescNbDaysToDelivery'), 'info', 'style="cursor:help"').'</td>';
|
||||
print '<td>'.$object->getMaxDelaiLivraisonJours($langs).'</td>';
|
||||
print '<td>'.$object->getMaxDeliveryTimeDay($langs).'</td>';
|
||||
print '</tr>';
|
||||
|
||||
// Project
|
||||
|
||||
Loading…
Reference in New Issue
Block a user