From bcdc9f7040d4bc0c0b4d7ce77f1afc29543b04a4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20B=C3=BCren?= Date: Mon, 14 Feb 2022 10:54:59 +0100 Subject: [PATCH] Kosmetik --- bin/mozilla/is.pl | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bin/mozilla/is.pl b/bin/mozilla/is.pl index 14b472fdb..f0246220d 100644 --- a/bin/mozilla/is.pl +++ b/bin/mozilla/is.pl @@ -625,10 +625,10 @@ sub form_header { } $TMPL_VAR{is_type_normal_invoice} = $form->{type} eq "invoice"; - $TMPL_VAR{is_type_credit_note} = $form->{type} eq "credit_note"; - $TMPL_VAR{is_format_html} = $form->{format} eq 'html'; - $TMPL_VAR{dateformat} = $myconfig{dateformat}; - $TMPL_VAR{numberformat} = $myconfig{numberformat}; + $TMPL_VAR{is_type_credit_note} = $form->{type} eq "credit_note"; + $TMPL_VAR{is_format_html} = $form->{format} eq 'html'; + $TMPL_VAR{dateformat} = $myconfig{dateformat}; + $TMPL_VAR{numberformat} = $myconfig{numberformat}; # hiddens $TMPL_VAR{HIDDENS} = [qw( @@ -768,7 +768,7 @@ sub form_footer { } print $form->parse_html_template('is/form_footer', { - is_type_normal_invoice => ($form->{type} eq "invoice"), + is_type_normal_invoice => ($form->{type} eq "invoice"), is_type_credit_note => ($form->{type} eq "credit_note"), totalpaid => $totalpaid, paid_missing => $form->{invtotal} - $totalpaid, -- 2.20.1