Explorar o código

add reason to reclamation act

Alexander Musikhin hai 1 mes
pai
achega
08ec4cfc80
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;