From: Nik Okuntseff Date: Thu, 18 Jan 2018 23:51:14 +0000 (+0000) Subject: Fixed the conditional include of paid status plugin. X-Git-Tag: timetracker_1.19-1~1365 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=50e5a1ac3ca2b64b3a52c4f9a8782cac56a83f58;p=timetracker.git Fixed the conditional include of paid status plugin. --- diff --git a/WEB-INF/templates/footer.tpl b/WEB-INF/templates/footer.tpl index d9671930..229e5ae3 100644 --- a/WEB-INF/templates/footer.tpl +++ b/WEB-INF/templates/footer.tpl @@ -12,7 +12,7 @@
- -{if ($smarty.const.DEBUG_PAID_STATUS)} +{if ($smarty.const.DEBUG_PAID_STATUS == 1)}
 Anuko Time Tracker 1.14.0.3754 | Copyright © Anuko | +  Anuko Time Tracker 1.14.0.3755 | Copyright © Anuko | {$i18n.footer.credits} | {$i18n.footer.license} | {$i18n.footer.improve} diff --git a/WEB-INF/templates/profile_edit.tpl b/WEB-INF/templates/profile_edit.tpl index 973f3cb8..542148ef 100644 --- a/WEB-INF/templates/profile_edit.tpl +++ b/WEB-INF/templates/profile_edit.tpl @@ -205,7 +205,7 @@ function handlePluginCheckboxes() { {$forms.profileForm.invoices.control}
{$forms.profileForm.paid_status.control}