cqp 2 săptămâni în urmă
părinte
comite
dc32e6cdc2
1 a modificat fișierele cu 2 adăugiri și 2 ștergeri
  1. 2 2
      app/Exports/ProjectDepreciationSheetExport.php

+ 2 - 2
app/Exports/ProjectDepreciationSheetExport.php

@@ -84,8 +84,8 @@ class ProjectDepreciationSheetExport implements WithEvents, WithTitle
                         $sheet->setCellValue("D{$currentRow}", $item['project_hours'] ?? 0);
                         $sheet->setCellValue("E{$currentRow}", ($item['ratio'] ?? 0) . '%');
                         $sheet->setCellValue("F{$currentRow}", $item['original_value'] ?? 0);
-                        $sheet->setCellValue("G{$currentRow}", $item['depreciation'] ?? 0);
-                        $sheet->setCellValue("H{$currentRow}", $item['confirmed_depreciation'] ?? 0);
+                        $sheet->setCellValue("G{$currentRow}", $item['allocated_depreciatio'] ?? 0);
+                        $sheet->setCellValue("H{$currentRow}", $item['allocated_depreciatio'] ?? 0);
                         $sheet->setCellValue("I{$currentRow}", "");
                         $sheet->setCellValue("J{$currentRow}", $item['adjust_amount'] ?? 0);