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:
8091256
)
Beim Umwandeln aus einer Rechnung in einen Auftrag etc die $locale neu anlegen und...
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Mon, 5 Feb 2007 15:38:26 +0000
(15:38 +0000)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Mon, 5 Feb 2007 15:38:26 +0000
(15:38 +0000)
bin/mozilla/io.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/io.pl
b/bin/mozilla/io.pl
index
6987c71
..
3732e77
100644
(file)
--- a/
bin/mozilla/io.pl
+++ b/
bin/mozilla/io.pl
@@
-1180,6
+1180,10
@@
sub order {
$form->{cp_id} *= 1;
require "$form->{path}/$form->{script}";
+ my $script = $form->{"script"};
+ $script =~ s|.*/||;
+ $script =~ s|.pl$||;
+ $locale = new Locale($language, $script);
map { $form->{"select$_"} = "" } ($form->{vc}, currency);