]> wagnertech.de Git - kivitendo-erp.git/commitdiff
Kosmetik/Typo
authorJan Büren <jan@kivitendo.de>
Tue, 25 Aug 2020 10:18:44 +0000 (12:18 +0200)
committerJan Büren <jan@kivitendo.de>
Tue, 25 Aug 2020 10:18:44 +0000 (12:18 +0200)
SL/IS.pm
SL/OE.pm

index 83ccbde099711a2a1a96308a1a3c0e6a0d71c891..4e9809b7d2725c09a1290cc1aeb2f430ec33d2cd 100644 (file)
--- 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;
index 418015e8cdd25c5de6aa398764bc14d707e35415..974a1a1bdcedc935e7cdc6ad82116f348a610a2f 100644 (file)
--- 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,