Revision 50c2f228
Von Bernd Bleßmann vor etwa 12 Jahren hinzugefügt
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
"als bezahlt markieren"-Knopf anzeigen in Mandantenkonfiguration einstellbar.