|
@@ -562,6 +562,7 @@ class GenerateDocumentsService
|
|
|
$mafs[] = $p->product->passport_name . ', тип ' . $p->product->nomenclature_number;
|
|
$mafs[] = $p->product->passport_name . ', тип ' . $p->product->nomenclature_number;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+ $sheet->setCellValue('A7', 'ГБУ «Жилищник района ' . $reclamation->order->area->name . '», именуемое в дальнейшем');
|
|
|
$sheet->setCellValue('A17', $reclamation->order->object_address);
|
|
$sheet->setCellValue('A17', $reclamation->order->object_address);
|
|
|
$sheet->setCellValue('A22', implode('; ', $mafs));
|
|
$sheet->setCellValue('A22', implode('; ', $mafs));
|
|
|
$sheet->setCellValue('A27', $reclamation->whats_done);
|
|
$sheet->setCellValue('A27', $reclamation->whats_done);
|