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:
03b4f0d
)
Umwandlung Angebot/Auftrag -> Rechnung: stornierte Rechnungen zum Rauslöschen berechn...
author
Bernd Bleßmann
<bernd@kivitendo-premium.de>
Wed, 5 Feb 2014 11:27:10 +0000
(12:27 +0100)
committer
Bernd Bleßmann
<bernd@kivitendo-premium.de>
Wed, 5 Feb 2014 11:27:10 +0000
(12:27 +0100)
bin/mozilla/oe.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/oe.pl
b/bin/mozilla/oe.pl
index
aba9c3e
..
ad6097c
100644
(file)
--- a/
bin/mozilla/oe.pl
+++ b/
bin/mozilla/oe.pl
@@
-1993,6
+1993,7
@@
sub _oe_remove_delivered_or_billed_rows {
my %handled_base_qtys;
foreach my $record (@{ $ord_quot->linked_records(%args) }) {
next if $ord_quot->is_sales != $record->is_sales;
+ next if $record->type eq 'invoice' && $record->storno;
foreach my $item (@{ $record->items }) {
my $key = $item->parts_id;