X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/aa6d413226c7c60e6d8bf67d984faea6c778fa31..9a2e28cef709b82dbc9cd3d9e2c62b0b5302cd7f:/js/autocomplete_part.js diff --git a/js/autocomplete_part.js b/js/autocomplete_part.js index 8c304bba3..f271b8da4 100644 --- a/js/autocomplete_part.js +++ b/js/autocomplete_part.js @@ -243,6 +243,8 @@ namespace('kivi', function(k){ id: $(this).children('input.part_picker_id').val(), name: $(this).children('input.part_picker_description').val(), unit: $(this).children('input.part_picker_unit').val(), + partnumber: $(this).children('input.part_picker_partnumber').val(), + description: $(this).children('input.part_picker_description').val(), }); close_popup(); $dummy.focus();