Skip to content

Commit

Permalink
CM-742: adjust payroll to new payment cycle (#41)
Browse files Browse the repository at this point in the history
Co-authored-by: Jan <[email protected]>
  • Loading branch information
jdolkowski and Jan authored Mar 15, 2024
1 parent b0c251f commit bf4413d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/actions.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ const PAYROLL_PROJECTION = (modulesManager) => [
'paymentMethod',
'paymentPlan { code, id, name, benefitPlan }',
`paymentPoint { ${PAYMENT_POINT_PROJECTION(modulesManager).join(' ')} }`,
'paymentCycle { runYear, runMonth }',
'paymentCycle { code, startDate, endDate }',
// eslint-disable-next-line max-len
'benefitConsumption{id, status, code, dateDue, receipt, individual {firstName, lastName}, benefitAttachment{bill{id, code, terms, amountTotal}}}',
'jsonExt',
Expand Down

0 comments on commit bf4413d

Please sign in to comment.