]> gitweb.erp-flowers.ru Git - erp24_rep/yii-erp24/.git/commitdiff
баг origin/feature_smirnov_2024_12_13_filter_out_existing_choice_from_the_new_row
authorAlexander Smirnov <fredeom@mail.ru>
Fri, 13 Dec 2024 15:44:21 +0000 (18:44 +0300)
committerAlexander Smirnov <fredeom@mail.ru>
Fri, 13 Dec 2024 15:44:21 +0000 (18:44 +0300)
erp24/web/js/shift-transfer/update.js

index d251aabc923196b7d1995ed2b69e0b6d4ed59b50..dd6ada6fd465fc462563b0f73f475ab4f82db0ef 100644 (file)
@@ -51,7 +51,7 @@ function setOptionsForProductGuid(row) {
     $.each(productGuidsForRest, (key, value) => {
         const opt = document.createElement('OPTION');
         opt.text = value;
-        opt.value = value;
+        opt.value = key;
         productGuid.append($(opt));
     })
 }