Kaynağa Gözat

fix reclamation export

Alexander Musikhin 1 ay önce
ebeveyn
işleme
456f409054
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      app/Services/ExportReclamationsService.php

+ 1 - 1
app/Services/ExportReclamationsService.php

@@ -172,7 +172,7 @@ class ExportReclamationsService
 
         $row = $base;
         $row['E'] = $product->article;
-        $row['F'] = $product->type;
+        $row['F'] = $product->nomenclature_number;
         $row['G'] = $passportName;
 
         return $row;