Fixed the conditional include of paid status plugin.
authorNik Okuntseff <support@anuko.com>
Thu, 18 Jan 2018 23:51:14 +0000 (23:51 +0000)
committerNik Okuntseff <support@anuko.com>
Thu, 18 Jan 2018 23:51:14 +0000 (23:51 +0000)
WEB-INF/templates/footer.tpl
WEB-INF/templates/profile_edit.tpl

index d967193..229e5ae 100644 (file)
@@ -12,7 +12,7 @@
       <br>
       <table cellspacing="0" cellpadding="4" width="100%" border="0">
         <tr>
-          <td align="center">&nbsp;Anuko Time Tracker 1.14.0.3754 | Copyright &copy; <a href="https://www.anuko.com/lp/tt_3.htm" target="_blank">Anuko</a> |
+          <td align="center">&nbsp;Anuko Time Tracker 1.14.0.3755 | Copyright &copy; <a href="https://www.anuko.com/lp/tt_3.htm" target="_blank">Anuko</a> |
             <a href="https://www.anuko.com/lp/tt_4.htm" target="_blank">{$i18n.footer.credits}</a> |
             <a href="https://www.anuko.com/lp/tt_5.htm" target="_blank">{$i18n.footer.license}</a> |
             <a href="https://www.anuko.com/lp/tt_7.htm" target="_blank">{$i18n.footer.improve}</a>
index 973f3cb..542148e 100644 (file)
@@ -205,7 +205,7 @@ function handlePluginCheckboxes() {
             <td align="right" nowrap>{$forms.profileForm.invoices.control}</td>
             <td><label for="invoices">{$i18n.title.invoices}</label></td>
           </tr>
-{if ($smarty.const.DEBUG_PAID_STATUS)}
+{if ($smarty.const.DEBUG_PAID_STATUS == 1)}
           <tr>
             <td align="right" nowrap>{$forms.profileForm.paid_status.control}</td>
             <td><label for="paid_status">{$i18n.label.paid_status}</label></td>