]> wagnertech.de Git - timetracker.git/blobdiff - WEB-INF/templates/mobile/expenses.tpl
Refactoring, moving plugin config options into config field.
[timetracker.git] / WEB-INF / templates / mobile / expenses.tpl
index 7afde73d27b3d1f28c5f72bdc71986eee2d601e9..81d7a214ac0fd3cfa50adb28f0cb6334447053c4 100644 (file)
@@ -134,7 +134,7 @@ function recalculateCost() {
 {/if}
 {if $user->isPluginEnabled('cl')}
         <tr>
-          <td align="right">{$i18n.label.client}{if $user->isPluginEnabled('cm')} (*){/if}:</td>
+          <td align="right">{$i18n.label.client}{if $user->isOptionEnabled('client_required')} (*){/if}:</td>
           <td>{$forms.expensesForm.client.control}</td>
         </tr>
 {/if}