X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=js%2Fautocomplete_part.js;h=f271b8da4bce0b6058ee7b50d07d8b599609614f;hb=58190585c35976c33c0594e920251ec8f7e3d40e;hp=8c304bba3e6719476c70b0a95ea00e43301582d0;hpb=aa6d413226c7c60e6d8bf67d984faea6c778fa31;p=kivitendo-erp.git 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();