fix same column for quick-search table with pbg
This commit is contained in:
@@ -56,7 +56,8 @@ class RequestAssignmentController extends Controller
|
||||
'attachments' => function ($q) {
|
||||
$q->whereIn('pbg_type', ['berita_acara', 'bukti_bayar']);
|
||||
},
|
||||
'pbg_task_retributions'
|
||||
'pbg_task_retributions',
|
||||
'pbg_task_detail'
|
||||
])->orderBy('id', 'desc');
|
||||
|
||||
// Log final query count for debugging
|
||||
|
||||
Reference in New Issue
Block a user