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:
fcd7e93
)
Syntaxhighlighting für Emacs erleichter.
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Wed, 13 Dec 2006 16:30:31 +0000
(16:30 +0000)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Wed, 13 Dec 2006 16:30:31 +0000
(16:30 +0000)
bin/mozilla/ir.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/ir.pl
b/bin/mozilla/ir.pl
index
1d3e1a2
..
3bfcbf6
100644
(file)
--- a/
bin/mozilla/ir.pl
+++ b/
bin/mozilla/ir.pl
@@
-112,7
+112,7
@@
sub invoice_links {
}
# currencies
- @curr = split
/:/, $form->{currencies}
;
+ @curr = split
(/:/, $form->{currencies})
;
chomp $curr[0];
$form->{defaultcurrency} = $curr[0];