FIX - unasigned variable $action given to hook printOriginObjectSubLine
This commit is contained in:
parent
b2611e4cdb
commit
611bae4c3a
@ -4855,7 +4855,7 @@ abstract class CommonObject
|
||||
*/
|
||||
public function printOriginLinesList($restrictlist = '', $selectedLines = array())
|
||||
{
|
||||
global $langs, $hookmanager, $conf, $form;
|
||||
global $langs, $hookmanager, $conf, $form, $action;
|
||||
|
||||
print '<tr class="liste_titre">';
|
||||
print '<td>'.$langs->trans('Ref').'</td>';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user