X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=bin%2Fmozilla%2Far.pl;h=f03a74b7db99e31804a02c9b305b06f4fa12fad2;hb=dbd0ae115bd9a6ba0ede24f9655a29df6bf7dc3b;hp=3d6704262eb34b87c566f0142be75c873f7342cf;hpb=5f4f93b36e5cac5cba49224bde12284034b44f49;p=kivitendo-erp.git diff --git a/bin/mozilla/ar.pl b/bin/mozilla/ar.pl index 3d6704262..f03a74b7d 100644 --- a/bin/mozilla/ar.pl +++ b/bin/mozilla/ar.pl @@ -1127,7 +1127,6 @@ sub post { $form->{AR}{receivables} = $form->{ARselected}; $form->{storno} = 0; - $main::lxdebug->message(0, $form->{amount}); $form->{id} = 0 if $form->{postasnew}; $form->error($locale->text('Cannot post transaction!')) unless AR->post_transaction(\%myconfig, \%$form);