From: Jan Büren Date: Tue, 25 Aug 2020 10:18:44 +0000 (+0200) Subject: Kosmetik/Typo X-Git-Tag: release-3.5.6.1~66 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=918c39c0584122cac34c941fb92bcf782b1616c6;p=kivitendo-erp.git Kosmetik/Typo --- diff --git a/SL/IS.pm b/SL/IS.pm index 83ccbde09..4e9809b7d 100644 --- a/SL/IS.pm +++ b/SL/IS.pm @@ -1451,7 +1451,7 @@ sub transfer_out { my (@errors, @transfers); - # do nothing, if transfer default is not requeseted at all + # do nothing, if transfer default is not requested at all if (!$::instance_conf->get_transfer_default) { $::lxdebug->leave_sub; return \@errors; diff --git a/SL/OE.pm b/SL/OE.pm index 418015e8c..974a1a1bd 100644 --- a/SL/OE.pm +++ b/SL/OE.pm @@ -625,7 +625,7 @@ sub _save { ); $new_project->save; $form->{"globalproject_id"} = $new_project->id; - }; + } CVar->get_non_editable_ic_cvars(form => $form, dbh => $dbh,