forked from Wavyzz/dolibarr
FIX: add missing global def for ttc column
This commit is contained in:
@@ -2540,7 +2540,7 @@ abstract class CommonObject
|
||||
*/
|
||||
function printObjectLines($action, $seller, $buyer, $selected=0, $dateSelector=0)
|
||||
{
|
||||
global $conf,$langs,$user,$object,$hookmanager;
|
||||
global $conf,$langs,$user,$object,$hookmanager,$inputalsopricewithtax;
|
||||
|
||||
print '<tr class="liste_titre nodrag nodrop">';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user