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:
8be9afe
)
Eine ausgewählte Währung nicht mit der Standardwährung überschreiben.
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Wed, 5 Mar 2008 13:35:00 +0000
(13:35 +0000)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Wed, 5 Mar 2008 13:35:00 +0000
(13:35 +0000)
SL/OE.pm
patch
|
blob
|
history
diff --git
a/SL/OE.pm
b/SL/OE.pm
index
2e0ac42
..
72c11ed
100644
(file)
--- a/
SL/OE.pm
+++ b/
SL/OE.pm
@@
-620,7
+620,7
@@
sub retrieve {
my $ref = selectfirst_hashref_query($form, $dbh, $query);
map { $form->{$_} = $ref->{$_} } keys %$ref;
- ($form->{currency}) = split(/:/, $form->{currencies});
+ ($form->{currency}) = split(/:/, $form->{currencies})
unless ($form->{currency})
;
# set reqdate if this is an invoice->order conversion. If someone knows a better check to ensure
# we come from invoices, feel free.