From: Nik Okuntseff Date: Sun, 21 Jan 2018 18:16:10 +0000 (+0000) Subject: Fixed availability of paid field checkbox on reports. X-Git-Tag: timetracker_1.19-1~1350 X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/commitdiff_plain/e29c21af272eaff37daaa820b487898445ffe652?hp=dbbd522d3d3ce855bb8fce11bd1b6f411e5975b3 Fixed availability of paid field checkbox on reports. --- diff --git a/WEB-INF/templates/footer.tpl b/WEB-INF/templates/footer.tpl index b43c1394..a9a742b7 100644 --- a/WEB-INF/templates/footer.tpl +++ b/WEB-INF/templates/footer.tpl @@ -12,7 +12,7 @@
-
 Anuko Time Tracker 1.15.2.3769 | Copyright © Anuko | +  Anuko Time Tracker 1.15.2.3770 | Copyright © Anuko | {$i18n.footer.credits} | {$i18n.footer.license} | {$i18n.footer.improve} diff --git a/WEB-INF/templates/reports.tpl b/WEB-INF/templates/reports.tpl index c851a1c2..88511512 100644 --- a/WEB-INF/templates/reports.tpl +++ b/WEB-INF/templates/reports.tpl @@ -244,7 +244,7 @@ function handleCheckboxes() {
-{if $user->isPluginEnabled('cl') || $user->isPluginEnabled('iv')} +{if $user->isPluginEnabled('cl') || $user->isPluginEnabled('iv') || $user->isPluginEnabled('ps')} {if $user->isPluginEnabled('cl')}