Revision bcdc9f70
Von Jan Büren vor fast 3 Jahren hinzugefügt
bin/mozilla/is.pl | ||
---|---|---|
625 | 625 |
} |
626 | 626 |
|
627 | 627 |
$TMPL_VAR{is_type_normal_invoice} = $form->{type} eq "invoice"; |
628 |
$TMPL_VAR{is_type_credit_note} = $form->{type} eq "credit_note"; |
|
629 |
$TMPL_VAR{is_format_html} = $form->{format} eq 'html'; |
|
630 |
$TMPL_VAR{dateformat} = $myconfig{dateformat}; |
|
631 |
$TMPL_VAR{numberformat} = $myconfig{numberformat}; |
|
628 |
$TMPL_VAR{is_type_credit_note} = $form->{type} eq "credit_note";
|
|
629 |
$TMPL_VAR{is_format_html} = $form->{format} eq 'html';
|
|
630 |
$TMPL_VAR{dateformat} = $myconfig{dateformat};
|
|
631 |
$TMPL_VAR{numberformat} = $myconfig{numberformat};
|
|
632 | 632 |
|
633 | 633 |
# hiddens |
634 | 634 |
$TMPL_VAR{HIDDENS} = [qw( |
... | ... | |
768 | 768 |
} |
769 | 769 |
|
770 | 770 |
print $form->parse_html_template('is/form_footer', { |
771 |
is_type_normal_invoice => ($form->{type} eq "invoice"), |
|
771 |
is_type_normal_invoice => ($form->{type} eq "invoice"),
|
|
772 | 772 |
is_type_credit_note => ($form->{type} eq "credit_note"), |
773 | 773 |
totalpaid => $totalpaid, |
774 | 774 |
paid_missing => $form->{invtotal} - $totalpaid, |
Auch abrufbar als: Unified diff
Kosmetik