X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=bin%2Fmozilla%2Foe.pl;h=321bec31b3f3058ad6a033509874a96df8999696;hb=853991311bc6804da985219eb28d86114e359cc6;hp=65277ed4a1a4679d9da59410766512478c115452;hpb=f042650d973fa1729824ecfec0b71e10c084d646;p=kivitendo-erp.git diff --git a/bin/mozilla/oe.pl b/bin/mozilla/oe.pl index 65277ed4a..321bec31b 100644 --- a/bin/mozilla/oe.pl +++ b/bin/mozilla/oe.pl @@ -652,7 +652,7 @@ sub form_header { taxpart taxservice taxaccounts cursor_fokus show_details useasnew), @custom_hiddens, - map { $_.'_rate', $_.'_description', $_.'_taxnumber' } split / /, $form->{taxaccounts} ]; # deleted: discount + map { $_.'_rate', $_.'_description', $_.'_taxnumber', $_.'_tax_id' } split / /, $form->{taxaccounts} ]; # deleted: discount $TMPL_VAR->{$_} = $type_check_vars{$_} for keys %type_check_vars;