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:
9a0aeac
)
Beim Buchen von Einkaufsrechnungen wurde die defaultcurrency nicht geladen
author
Philip Reetz
<p.reetz@linet-services.de>
Sun, 10 Jun 2007 16:47:38 +0000
(16:47 +0000)
committer
Philip Reetz
<p.reetz@linet-services.de>
Sun, 10 Jun 2007 16:47:38 +0000
(16:47 +0000)
bin/mozilla/ir.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/ir.pl
b/bin/mozilla/ir.pl
index
7740edd
..
24e75ea
100644
(file)
--- a/
bin/mozilla/ir.pl
+++ b/
bin/mozilla/ir.pl
@@
-1103,6
+1103,8
@@
sub post_payment {
sub post {
$lxdebug->enter_sub();
+ $form->{defaultcurrency} = $form->get_default_currency(\%myconfig);
+
$form->isblank("invdate", $locale->text('Invoice Date missing!'));
$form->isblank("vendor", $locale->text('Vendor missing!'));