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