X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Ftemplates%2Freports.tpl;h=88511512f9ca3b6e600a415ae74ff95d35f1d956;hb=e3ed046e205a14772a8157def21fea9a14acdde8;hp=ce804dc575fcdb601ce10cba3b7e6902a8f15257;hpb=61d8edb3db70bd197ed6b988727394633b0cecf9;p=timetracker.git diff --git a/WEB-INF/templates/reports.tpl b/WEB-INF/templates/reports.tpl index ce804dc5..88511512 100644 --- a/WEB-INF/templates/reports.tpl +++ b/WEB-INF/templates/reports.tpl @@ -209,6 +209,14 @@ function handleCheckboxes() { {$forms.reportForm.invoice.control} {/if} +{if ($user->canManageTeam() && $user->isPluginEnabled('ps'))} + + {$i18n.label.paid_status} + + + {$forms.reportForm.paid_status.control} + +{/if} {if $user->canManageTeam() || $user->isClient()} {$i18n.label.users} @@ -236,13 +244,16 @@ function handleCheckboxes() { -{if $user->isPluginEnabled('cl') || $user->isPluginEnabled('iv')} +{if $user->isPluginEnabled('cl') || $user->isPluginEnabled('iv') || $user->isPluginEnabled('ps')} {if $user->isPluginEnabled('cl')} {/if} {if ($user->canManageTeam() || $user->isClient()) && $user->isPluginEnabled('iv')} + {/if} + {if ($user->canManageTeam() && $user->isPluginEnabled('ps'))} + {/if} {/if} @@ -261,7 +272,7 @@ function handleCheckboxes() { {if ($custom_fields && $custom_fields->fields[0])} - + {else} {/if}
{if (($smarty.const.TYPE_START_FINISH == $user->record_type) || ($smarty.const.TYPE_ALL == $user->record_type))}{/if}