Explorar el Código

fix reclamation export

Alexander Musikhin hace 1 mes
padre
commit
456f409054
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;