Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

Commit

Permalink
Update rejection description to include rejection reason and user email
Browse files Browse the repository at this point in the history
  • Loading branch information
csulit committed Oct 16, 2023
1 parent d4df000 commit 2600f69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/finance/services/reimbursement.reject.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ export class ReimbursementRejectService {
reimbursement_request_id:
reimbursementRequest.reimbursement_request_id,
user_id: user.original_user_id,
description: `${user.email} rejected this reimbursement request`,
description: `${data.rejection_reason} - rejected by: ${user.email}`,
})
.execute();

Expand Down

0 comments on commit 2600f69

Please sign in to comment.