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:
31d15c5
)
S/D/Order: new_from_multi: Leistungsdatum nur übernehmen, wenn überall gleich.
author
Bernd Bleßmann
<bernd@kivitendo-premium.de>
Thu, 3 Dec 2020 16:55:42 +0000
(17:55 +0100)
committer
Bernd Bleßmann
<bernd@kivitendo-premium.de>
Thu, 3 Dec 2020 16:55:42 +0000
(17:55 +0100)
Für den Workflow, aus der Auftrags-Liste mehrere Aufträge zu einem
zusammenzufasssen.
SL/DB/Order.pm
patch
|
blob
|
history
diff --git
a/SL/DB/Order.pm
b/SL/DB/Order.pm
index
f22c84d
..
8228def
100644
(file)
--- a/
SL/DB/Order.pm
+++ b/
SL/DB/Order.pm
@@
-437,7
+437,7
@@
sub new_from_multi {
# set this entries to undef that yield different information
my %attributes;
- foreach my $attr (qw(ordnumber transdate reqdate taxincluded shippingpoint
+ foreach my $attr (qw(ordnumber transdate reqdate tax
_point tax
included shippingpoint
shipvia notes closed delivered reqdate quonumber
cusordnumber proforma transaction_description
order_probability expected_billing_date)) {