Sfoglia il codice sorgente

add reason to reclamation act

Alexander Musikhin 1 mese fa
parent
commit
08ec4cfc80
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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;