2
0
forked from Wavyzz/dolibarr

FIX: add missing global def for ttc column

This commit is contained in:
Christophe Battarel
2016-02-05 19:14:40 +01:00
parent bd69830cbd
commit 7a6c7f10a6

View File

@@ -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">';