X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=bin%2Fmozilla%2Famtemplates.pl;h=72e6500cba696404dc934100a9e0d5878d571fa0;hb=9aaca43317d3ea33d80a308cab7ce4c20d732a16;hp=61877259abfdef08375c86814bacab7379013dc8;hpb=1ced937cc8cd25ca7a49e543b8a4e81f7b0f040e;p=kivitendo-erp.git diff --git a/bin/mozilla/amtemplates.pl b/bin/mozilla/amtemplates.pl index 61877259a..72e6500cb 100644 --- a/bin/mozilla/amtemplates.pl +++ b/bin/mozilla/amtemplates.pl @@ -221,7 +221,7 @@ sub display_template_form { $options{"HIDDEN"} = [ map(+{ "name" => $_, "value" => $form->{$_} }, @hidden) ]; $form->header; - print($form->parse_html_template2("am/edit_templates", \%options)); + print($form->parse_html_template("am/edit_templates", \%options)); $lxdebug->leave_sub(); }