Browse Source

fix reclamation export

Alexander Musikhin 1 month ago
parent
commit
456f409054
1 changed files with 1 additions and 1 deletions
  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;