]> wagnertech.de Git - mfinanz.git/blobdiff - templates/webpages/department/list.html
Kosten- und Erfolgstellen zu unterscheiden macht(e) mittlerweile keinen Sinn mehr...
[mfinanz.git] / templates / webpages / department / list.html
index 059aa33b0d20b452a8bc5ff3d1b76cd489f673b7..7433aa95a59bc83e006add58ee18d2030eee6fa9 100644 (file)
@@ -16,8 +16,6 @@
     <thead>
     <tr class="listheading">
      <th width="100%">[%- 'Description' | $T8 %]</th>
-     <th>[%- 'Cost Center' | $T8 %]</th>
-     <th>[%- 'Profit Center' | $T8 %]</th>
     </tr>
     </thead>
 
@@ -29,8 +27,6 @@
        [%- HTML.escape(department.description) %]
       </a>
      </td>
-     <td align="center">[%- IF department.role == 'C' %]X[%- END %]</td>
-     <td align="center">[%- IF department.role == 'P' %]X[%- END %]</td>
     </tr>
     [%- END %]
     </tbody>