Parcourir la source

fix reclamation export

Alexander Musikhin il y a 1 mois
Parent
commit
456f409054
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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;