locales für Brief-Anpassungen
[kivitendo-erp.git] / js / autocomplete_part.js
index 8c304bb..f271b8d 100644 (file)
@@ -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();