From e29c21af272eaff37daaa820b487898445ffe652 Mon Sep 17 00:00:00 2001 From: Nik Okuntseff Date: Sun, 21 Jan 2018 18:16:10 +0000 Subject: [PATCH] Fixed availability of paid field checkbox on reports. --- WEB-INF/templates/footer.tpl | 2 +- WEB-INF/templates/reports.tpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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')} -- 2.39.5