]> wagnertech.de Git - mfinanz.git/blobdiff - templates/webpages/ap/form_footer.html
"als bezahlt markieren"-Knopf anzeigen in Mandantenkonfiguration einstellbar.
[mfinanz.git] / templates / webpages / ap / form_footer.html
index 8ac37eca60211c60603615fdb97f6282342d5b79..2408d52456175608fd868c103fc9a89c3588945d 100644 (file)
@@ -42,7 +42,9 @@
 
 [%- IF id %]
   <input type="submit" onclick="set_history_window([% id %]);" name="history" id="history" value="[% 'history' | $T8 %]">
-  <input type="submit" name="action" value="[% 'mark as paid' | $T8 %]">
+  [% IF INSTANCE_CONF.get_ap_show_mark_as_paid %]
+    <input type="submit" name="action" value="[% 'mark as paid' | $T8 %]">
+  [% END %]
 [%- END %]
 
 </form>