FIX: missing global declaration
This commit is contained in:
parent
cc68966d72
commit
332caa2b71
@ -2768,7 +2768,7 @@ abstract class CommonObject
|
||||
*/
|
||||
function printObjectLines($action, $seller, $buyer, $selected=0, $dateSelector=0)
|
||||
{
|
||||
global $conf,$langs,$user,$object,$hookmanager;
|
||||
global $conf, $hookmanager, $inputalsopricewithtax, $langs, $user;
|
||||
|
||||
print '<tr class="liste_titre nodrag nodrop">';
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user