Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 50c2f228

Von Bernd Bleßmann vor etwa 12 Jahren hinzugefügt

  • ID 50c2f2285ce7fc70626afdce52a25172761d0ab7
  • Vorgänger 4ac2976f
  • Nachfolger d8b2ca90

"als bezahlt markieren"-Knopf anzeigen in Mandantenkonfiguration einstellbar.

Unterschiede anzeigen:

bin/mozilla/ap.pl
855 855

  
856 856
  $::form->header;
857 857
  print $::form->parse_html_template('ap/form_footer', {
858
    num_due         => $num_due,
859
    num_follow_ups  => $num_follow_ups,
860
    show_post_draft => ($transdate > $closedto) && !$::form->{id},
861
    show_storno     => $storno,
858
    num_due           => $num_due,
859
    num_follow_ups    => $num_follow_ups,
860
    show_post_draft   => ($transdate > $closedto) && !$::form->{id},
861
    show_storno       => $storno,
862 862
  });
863 863

  
864 864
  $::lxdebug->leave_sub;

Auch abrufbar als: Unified diff