瀏覽代碼

fix reclamation export

Alexander Musikhin 1 月之前
父節點
當前提交
456f409054
共有 1 個文件被更改,包括 1 次插入1 次删除
  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;