Alexander Musikhin 1 сар өмнө
parent
commit
456f409054

+ 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;