Falscher EK-Preis in Stammdaten-Berichte-Waren
[kivitendo-erp.git] / bin / mozilla / menunew.pl
index 751164e..a1f9a8f 100644 (file)
@@ -152,6 +152,9 @@ sub _icon_path {
 
   $size ||= 16;
 
-  return "image/icons/${size}x${size}/$label";
+  my $img = "image/icons/${size}x${size}/$label";
+
+  return unless -f $img;
+  return $img;
 }