Browse Source

fix reclamation export

Alexander Musikhin 1 tháng trước cách đây
mục cha
commit
456f409054

+ 1 - 1
app/Services/ExportReclamationsService.php

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