fix same column for quick-search table with pbg

This commit is contained in:
arifal hidayat
2025-08-23 22:25:06 +07:00
parent 954b2d8716
commit 38493063c4
6 changed files with 39 additions and 15 deletions

View File

@@ -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