X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/acf18ea9c8a5f5f860250a8399135b5ba984af7c..df53c167adb6bd042f261e2dce7bd88e45f16e77:/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 "")));