]> wagnertech.de Git - timetracker.git/blobdiff - WEB-INF/templates/profile_edit.tpl
Removed debug condition for paid status plugin.
[timetracker.git] / WEB-INF / templates / profile_edit.tpl
index e766ffb8ba14eea5b0bc47be9e2a657c1da135b1..dc4f5a648f0cf06a835520516993549430d29148 100644 (file)
@@ -205,12 +205,10 @@ 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 == 1)}
           <tr>
             <td align="right" nowrap>{$forms.profileForm.paid_status.control}</td>
             <td><label for="paid_status">{$i18n.label.paid_status}</label></td>
           </tr>
-{/if}
           <tr>
             <td align="right" nowrap>{$forms.profileForm.custom_fields.control}</td>
             <td><label for="custom_fields">{$i18n.label.custom_fields}</label> <span id="cf_config"><a href="cf_custom_fields.php">{$i18n.label.configure}</a></span></td>