X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/0c050c7650dd6ce44a6f4d7a5592f979582c427e..87b5c8e4245710eec1c6257ab4e291080bc900bd:/SL/Controller/Part.pm diff --git a/SL/Controller/Part.pm b/SL/Controller/Part.pm index 53d51ced5..e4bb71226 100644 --- a/SL/Controller/Part.pm +++ b/SL/Controller/Part.pm @@ -549,6 +549,7 @@ sub action_ajax_autocomplete { id => $_->id, partnumber => $_->partnumber, description => $_->description, + ean => $_->ean, part_type => $_->part_type, unit => $_->unit, cvars => { map { ($_->config->name => { value => $_->value_as_text, is_valid => $_->is_valid }) } @{ $_->cvars_by_config } },