X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=sql%2FPg-upgrade%2FPg-upgrade-2.2.0.31-2.2.0.32.pl;h=766bd6baf9264024553154cbb72618529259499b;hb=8add0ccd27ab0ff17256b74dccd1f761c0d09182;hp=54f19eed145e6d4bbd33fdb817ed2c0af68f149c;hpb=8a5a6a5bcebddeb3de9c3f09c4f8d5e7d3bf4f96;p=kivitendo-erp.git diff --git a/sql/Pg-upgrade/Pg-upgrade-2.2.0.31-2.2.0.32.pl b/sql/Pg-upgrade/Pg-upgrade-2.2.0.31-2.2.0.32.pl index 54f19eed1..766bd6baf 100644 --- a/sql/Pg-upgrade/Pg-upgrade-2.2.0.31-2.2.0.32.pl +++ b/sql/Pg-upgrade/Pg-upgrade-2.2.0.31-2.2.0.32.pl @@ -11,8 +11,7 @@ sub mydberror { sub myshowerror { my ($msg) = @_; - print($main::form->parse_html_template("dbupgrade/units_error", - { "message" => $msg })); + print($main::form->parse_html_template("dbupgrade/units_error", { "message" => $msg })); return 2; } @@ -117,13 +116,11 @@ sub update_steuersaetze { return update_steuersaetze_skr04(); } - print($form->parse_html_template("dbupgrade/" . - "std_buchungsgruppen_unknown_coa", - { "coa" => $coa })); + print($form->parse_html_template("dbupgrade/std_buchungsgruppen_unknown_coa", { "coa" => $coa })); return 1; } -return update_steuersaetze(); \ No newline at end of file +return update_steuersaetze();