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:
4cd3e32
)
Wenn eine Funktion ohne Klammern aufgerufen wird, so werden die der aktuellen Funktio...
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Mon, 22 Jan 2007 16:06:20 +0000
(16:06 +0000)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Mon, 22 Jan 2007 16:06:20 +0000
(16:06 +0000)
bin/mozilla/io.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/io.pl
b/bin/mozilla/io.pl
index
372389b
..
5f39393
100644
(file)
--- a/
bin/mozilla/io.pl
+++ b/
bin/mozilla/io.pl
@@
-1795,7
+1795,7
@@
sub print_form {
$language_saved = $form->{language_id};
$payment_id_saved = $form->{payment_id};
- &{"$form->{vc}_details"};
+ &{"$form->{vc}_details"}
()
;
$form->{language_id} = $language_saved;
$form->{payment_id} = $payment_id_saved;