Skip to content

Commit

Permalink
Revert "ZenHub #1379 - Show Past Employees in Employee Record Page"
Browse files Browse the repository at this point in the history
This reverts commit a2c36c2.
  • Loading branch information
telusdcinco committed Dec 16, 2024
1 parent a2c36c2 commit 2eb6b76
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2667,7 +2667,7 @@ public function fileReportsExport(Request $request)
->leftJoin('users as employee', 'employee.id', '=', 'conversations.signoff_user_id')
->where('conversation_participants.role','=','emp')
->where('conversations.id','=',$conversation_id)
// ->whereNull('employee_demo.date_deleted')
->whereNull('employee_demo.date_deleted')
->whereRaw('employee_demo.pdp_excluded = 0')
->get();

Expand Down

0 comments on commit 2eb6b76

Please sign in to comment.