]> wagnertech.de Git - timetracker.git/blobdiff - report.php
More work in progress integrating attachments in reports.
[timetracker.git] / report.php
index 620064afb3b546568ac044f1b2f8e7e7cf58e8b9..3bd410a464ea7a5abd9a2aa0a551de910ca357f7 100644 (file)
@@ -299,6 +299,7 @@ if ($bean->getAttribute('chpaid')) $colspan++;
 if ($bean->getAttribute('chip')) $colspan++;
 if ($bean->getAttribute('chinvoice')) $colspan++;
 if ($bean->getAttribute('chtimesheet')) $colspan++;
+if ($bean->getAttribute('chfiles')) $colspan++;
 
 // Assign variables that are used to alternate color of rows for different dates.
 $smarty->assign('prev_date', '');