Added paid column as an optional output on displayed reports.
[timetracker.git] / WEB-INF / templates / reports.tpl
index 0f9b129..c851a1c 100644 (file)
@@ -251,6 +251,9 @@ function handleCheckboxes() {
   {/if}
   {if ($user->canManageTeam() || $user->isClient()) && $user->isPluginEnabled('iv')}
                 <td width="25%"><label>{$forms.reportForm.chinvoice.control}&nbsp;{$i18n.label.invoice}</label></td>
+  {/if}
+  {if ($user->canManageTeam() && $user->isPluginEnabled('ps'))}
+                <td width="25%"><label>{$forms.reportForm.chpaid.control}&nbsp;{$i18n.label.paid}</label></td>
   {/if}
               </tr>
 {/if}