debug laporan penagihan

This commit is contained in:
daengdeni 2024-04-04 15:03:38 +07:00
parent fc9683f0c9
commit db9357c7b8

View File

@ -242,7 +242,8 @@
return 'B'; return 'B';
//return $row->debitur->kode . ' - ' . $row->debitur->name; //return $row->debitur->kode . ' - ' . $row->debitur->name;
})->editColumn('alamat', function ($row) { })->editColumn('alamat', function ($row) {
return $row->debitur->address; return 'E';
//return $row->debitur->address;
})->editColumn('facility_type', function ($row) { })->editColumn('facility_type', function ($row) {
return 'C'; return 'C';
//return $row->facility_type->kode . ' - ' . $row->facility_type->name; //return $row->facility_type->kode . ' - ' . $row->facility_type->name;