X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/7ff2b447fb5bcbde8dc01e691936db9292948973..ce47a2340ef118b494854deae1b0ddc74b1d1c5a:/bin/mozilla/ap.pl diff --git a/bin/mozilla/ap.pl b/bin/mozilla/ap.pl index ddd1c22a9..c84b6146e 100644 --- a/bin/mozilla/ap.pl +++ b/bin/mozilla/ap.pl @@ -778,6 +778,12 @@ sub form_footer { print qq| |; } # /button for saving history + # mark_as_paid button + if($form->{id} ne "") { + print qq||; + } + # /mark_as_paid button print " @@ -788,6 +794,12 @@ sub form_footer { $lxdebug->leave_sub(); } +sub mark_as_paid { + $lxdebug->enter_sub(); + $form->mark_as_paid(\%myconfig,"ap"); + $lxdebug->leave_sub(); +} + sub update { $lxdebug->enter_sub();