Skip to content

Commit

Permalink
feat(payroll): add service to multiple payroll.
Browse files Browse the repository at this point in the history
Adds the service column to the multiple payroll to allow managers to see
which services have paid their staff on time.

Closes Third-Culture-Software#7124.
  • Loading branch information
jniles committed Aug 13, 2023
1 parent 4523166 commit 890a5d7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions client/src/modules/multiple_payroll/multiple_payroll.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ function MultiplePayrollController(
field : 'display_name',
displayName : 'FORM.LABELS.EMPLOYEE_NAME',
headerCellFilter : 'translate',
}, {
field : 'service_name',
displayName : 'FORM.LABELS.SERVICE',
headerCellFilter : 'translate',
}, {
field : 'code',
displayName : 'FORM.LABELS.CODE',
Expand Down

0 comments on commit 890a5d7

Please sign in to comment.