]> wagnertech.de Git - kivitendo-erp.git/blobdiff - SL/RecordLinks.pm
Reapply "Form: round_amount precision support"
[kivitendo-erp.git] / SL / RecordLinks.pm
index 0bd62fa3178a0cd0da8e54815b97119f7293f8e8..77086ba70660aedf1d87f285467174cbd77d931a 100644 (file)
@@ -48,7 +48,7 @@ sub create_links {
 
   if (!scalar @links) {
     $main::lxdebug->leave_sub();
-    return undef;
+    return;
   }
 
   my $myconfig = \%main::myconfig;