]> wagnertech.de Git - mfinanz.git/blobdiff - SL/Controller/Part.pm
PartPicker kann auch nach EAN suchen
[mfinanz.git] / SL / Controller / Part.pm
index 53d51ced503f6d59b608c245a64e2e4b982d7036..e4bb71226a2c39769fe8a257ecd03086cd18003f 100644 (file)
@@ -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 } },