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:
88d594e
)
Auch bei undefinierten Wechselkursen 1 zurueckliefern, Workaround fuer Wechselkursproblem
author
Philip Reetz
<p.reetz@linet-services.de>
Tue, 5 Jun 2007 09:23:51 +0000
(09:23 +0000)
committer
Philip Reetz
<p.reetz@linet-services.de>
Tue, 5 Jun 2007 09:23:51 +0000
(09:23 +0000)
SL/Form.pm
patch
|
blob
|
history
diff --git
a/SL/Form.pm
b/SL/Form.pm
index
67f3782
..
c6e1464
100644
(file)
--- a/
SL/Form.pm
+++ b/
SL/Form.pm
@@
-1196,6
+1196,7
@@
sub check_exchangerate {
$dbh->disconnect();
$exchangerate = 1 if ($exchangerate == 0);
+ $exchangerate = 1 if ($exchangerate eq "");
$main::lxdebug->leave_sub();