Browse Source

add reason to reclamation act

Alexander Musikhin 1 month ago
parent
commit
08ec4cfc80
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/Services/GenerateDocumentsService.php

+ 1 - 1
app/Services/GenerateDocumentsService.php

@@ -539,7 +539,7 @@ class GenerateDocumentsService
 
         $sheet->setCellValue('A17', $reclamation->order->object_address);
         $sheet->setCellValue('A22', implode('; ', $mafs));
-        $sheet->setCellValue('A27', $reclamation->whats_done);
+        $sheet->setCellValue('A27', $reclamation->whats_done . ' (' . $reclamation->reason . ')');
 
         $i = 24;
         $n = 1;