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:
92ee7eb
)
Proformarechnung geht bei Drucken und Buchen verloren
author
Martin Helmling
<martin.helmling@octosoft.eu>
Tue, 31 Jan 2017 12:48:49 +0000
(13:48 +0100)
committer
Martin Helmling
<martin.helmling@octosoft.eu>
Tue, 31 Jan 2017 12:48:49 +0000
(13:48 +0100)
bin/mozilla/is.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/is.pl
b/bin/mozilla/is.pl
index
6f71598
..
5ac59b2
100644
(file)
--- a/
bin/mozilla/is.pl
+++ b/
bin/mozilla/is.pl
@@
-214,6
+214,8
@@
sub prepare_invoice {
if ($form->{type} eq "credit_note") {
$form->{type} = "credit_note";
$form->{formname} = "credit_note";
+ } elsif ($form->{formname} eq "proforma" ) {
+ $form->{type} = "invoice";
} else {
$form->{type} = "invoice";
$form->{formname} = "invoice";