projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9279403
)
Debugcode entfernt.
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Tue, 4 May 2010 11:57:21 +0000
(13:57 +0200)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Tue, 4 May 2010 11:57:21 +0000
(13:57 +0200)
bin/mozilla/ar.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/ar.pl
b/bin/mozilla/ar.pl
index
3d67042
..
f03a74b
100644
(file)
--- 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);