Debugmeldung entfernt.
authorMoritz Bunkus <m.bunkus@linet-services.de>
Tue, 5 May 2009 12:58:46 +0000 (12:58 +0000)
committerMoritz Bunkus <m.bunkus@linet-services.de>
Tue, 5 May 2009 12:58:46 +0000 (12:58 +0000)
bin/mozilla/ap.pl

index f44805e..0351205 100644 (file)
@@ -800,7 +800,6 @@ $follow_ups_block
                 <input class=submit type=submit name=action value="| . $locale->text('Delete') . qq|">
 |;
     }
-    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| <input class=submit type=submit name=action value="| . $locale->text('Storno') . qq|"> |
       if ($form->{id} && !IS->has_storno(\%myconfig, $form, 'ap') && !IS->is_storno(\%myconfig, $form, 'ap', $form->{id}) && (($total_paid == 0) || ($total_paid eq "")));