X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/acf18ea9c8a5f5f860250a8399135b5ba984af7c..e20f3f0dac8c4b362af0e6594de9581d05d0f6c4:/bin/mozilla/ap.pl diff --git a/bin/mozilla/ap.pl b/bin/mozilla/ap.pl index f44805e2b..03512056a 100644 --- a/bin/mozilla/ap.pl +++ b/bin/mozilla/ap.pl @@ -800,7 +800,6 @@ $follow_ups_block |; } - print(STDERR "TOTALPAID $total_paid\n"); # ToDO: - insert a global check for stornos, so that a storno is only possible a limited time after saving it print qq| | if ($form->{id} && !IS->has_storno(\%myconfig, $form, 'ap') && !IS->is_storno(\%myconfig, $form, 'ap', $form->{id}) && (($total_paid == 0) || ($total_paid eq "")));