fix shipping ajax tooltip
This commit is contained in:
parent
975d805b85
commit
021309d761
@ -11280,6 +11280,11 @@ function getElementProperties($element_type)
|
||||
$subelement = 'commande';
|
||||
} elseif ($element_type == 'propal') {
|
||||
$classpath = 'comm/propal/class';
|
||||
} elseif ($element_type == 'shipping') {
|
||||
$classpath = 'expedition/class';
|
||||
$classfile = 'expedition';
|
||||
$classname = 'Expedition';
|
||||
$module = 'expedition';
|
||||
} elseif ($element_type == 'supplier_proposal') {
|
||||
$classpath = 'supplier_proposal/class';
|
||||
$module = 'supplier_proposal';
|
||||
|
||||
@ -1834,7 +1834,8 @@ class Expedition extends CommonObject
|
||||
{
|
||||
global $conf, $langs;
|
||||
|
||||
$langs->load('shipping');
|
||||
$langs->load('sendings');
|
||||
|
||||
$nofetch = !empty($params['nofetch']);
|
||||
|
||||
$datas = array();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user