]> wagnertech.de Git - timetracker.git/commitdiff
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 d9671930f77b92a0c35abf33766a9d7c2af4deef..229e5ae32b93fb416ce0bfa9a464a80cd247fa43 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 973f3cb81da81d6cb055302a3d1caeae85ceaac5..542148ef516a5cc49b756e7e9f949d0b6dd575e3 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>