]> wagnertech.de Git - kivitendo-erp.git/blobdiff - templates/webpages/ir/form_footer.html
"als bezahlt markieren"-Knopf anzeigen in Mandantenkonfiguration einstellbar.
[kivitendo-erp.git] / templates / webpages / ir / form_footer.html
index 2f255f78826accce820552dd14d046938f73c80b..b2732a7ce61326b2d8d57fa69348483afb5d667e 100644 (file)
       [%#- button for saving history %]
       <input type="button" class="submit" onclick="set_history_window([% id | html %]);" name="history" id="history" value="[% 'history' | $T8 %]">
 
-      <input type="submit" class="submit" name="action" value="[% 'mark as paid' | $T8 %]">
+      [% IF INSTANCE_CONF.get_ir_show_mark_as_paid %]
+          <input type="submit" class="submit" name="action" value="[% 'mark as paid' | $T8 %]">
+      [% END %]
   [% END %]
 
 <input type="hidden" name="rowcount" value="[% rowcount %]">