From 7ca30d76589b74e1b84c1a182550e33ebf618372 Mon Sep 17 00:00:00 2001 From: Martin Helmling Date: Tue, 31 Jan 2017 13:48:49 +0100 Subject: [PATCH] Proformarechnung geht bei Drucken und Buchen verloren --- bin/mozilla/is.pl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/mozilla/is.pl b/bin/mozilla/is.pl index 6f71598f3..5ac59b27e 100644 --- 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"; -- 2.20.1