From: Moritz Bunkus Date: Tue, 5 May 2009 12:58:46 +0000 (+0000) Subject: Debugmeldung entfernt. X-Git-Tag: release-2.6.0beta2~41 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=df53c167adb6bd042f261e2dce7bd88e45f16e77;p=kivitendo-erp.git Debugmeldung entfernt. --- 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 "")));