]> wagnertech.de Git - kivitendo-erp.git/blobdiff - js/autocomplete_part.js
PartPicker: partnumber und description durchgängig
[kivitendo-erp.git] / js / autocomplete_part.js
index 8c304bba3e6719476c70b0a95ea00e43301582d0..f271b8da4bce0b6058ee7b50d07d8b599609614f 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();