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:
eb07c9d
)
Lieferadresse beim Laden von VK-Rechnungen nicht überschreiben, ...
author
Bernd Bleßmann
<bernd@kivitendo-premium.de>
Wed, 8 Jan 2014 14:50:40 +0000
(15:50 +0100)
committer
Bernd Bleßmann
<bernd@kivitendo-premium.de>
Wed, 8 Jan 2014 14:54:48 +0000
(15:54 +0100)
... mit Lieferadresse aus Kundenstammdaten.
Betrifft #2345.
bin/mozilla/is.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/is.pl
b/bin/mozilla/is.pl
index
a83e4bc
..
ffa7595
100644
(file)
--- a/
bin/mozilla/is.pl
+++ b/
bin/mozilla/is.pl
@@
-154,6
+154,7
@@
sub invoice_links {
taxincluded currency cp_id intnotes id shipto_id
delivery_term_id));
+ $form->{shipto} = 1 if $editing || $form->{convert_from_oe_ids} || $form->{convert_from_do_ids};
IS->get_customer(\%myconfig, \%$form);
#quote all_customer Bug 133