]> wagnertech.de Git - mfinanz.git/blobdiff - js/kivi.Part.js
PartPicker kann auch nach EAN suchen
[mfinanz.git] / js / kivi.Part.js
index 9280fcf9c5734ea7066c511c5e662c934554ba24..dc05a9add04799aa3afe5049d1adef43bf9ff0f2 100644 (file)
@@ -560,6 +560,7 @@ namespace('kivi.Part', function(ns) {
             id:   $(this).children('input.part_picker_id').val(),
             name: $(this).children('input.part_picker_description').val(),
             classification_id: $(this).children('input.part_picker_classification_id').val(),
+            ean:  $(this).children('input.part_picker_ean').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(),