]> wagnertech.de Git - mfinanz.git/blobdiff - SL/IC.pm
Bugfix für Bug 1127. webpages/ct/get_delivery_master ist nicht customer/vendor sicher...
[mfinanz.git] / SL / IC.pm
index e3879a448cd580a5e9e93cf5ed9e692058c7468f..d78ad30b03564ffea3fd79321367bdb801570b8f 100644 (file)
--- a/SL/IC.pm
+++ b/SL/IC.pm
@@ -1561,7 +1561,7 @@ sub get_basic_part_info {
 
   my $dbh      = $form->get_standard_dbh($myconfig);
 
-  my $query    = qq|SELECT id, partnumber, description, unit FROM parts WHERE id IN (| . join(', ', ('?') x scalar(@ids)) . qq|)|;
+  my $query    = qq|SELECT * FROM parts WHERE id IN (| . join(', ', ('?') x scalar(@ids)) . qq|)|;
 
   my $info     = selectall_hashref_query($form, $dbh, $query, map { conv_i($_) } @ids);