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:
ac23cb3
)
Beim Drucken von Proforma-Rechnungen aus der Rechnungsmaske heraus muss die Variable...
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Mon, 5 Feb 2007 15:51:19 +0000
(15:51 +0000)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Mon, 5 Feb 2007 15:51:19 +0000
(15:51 +0000)
bin/mozilla/io.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/io.pl
b/bin/mozilla/io.pl
index
3732e77
..
5588939
100644
(file)
--- a/
bin/mozilla/io.pl
+++ b/
bin/mozilla/io.pl
@@
-1762,8
+1762,7
@@
sub print_form {
if (($form->{type} eq 'invoice') && ($form->{formname} eq 'proforma') ) {
$inv = "inv";
$due = "due";
- $form->{"${inv}date"} = $form->{transdate};
- $form->{"invdate"} = $form->{transdate};
+ $form->{"${inv}date"} = $form->{invdate};
$form->{label} = $locale->text('Proforma Invoice');
$numberfld = "sonumber";
$order = 0;