Merge pull request #4575 from altatof/fix_ttc_display

FIX: add missing global def for ttc column
This commit is contained in:
Laurent Destailleur 2016-02-15 00:14:34 +01:00
commit a9aab7545e

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