Skip to content

Commit

Permalink
Merge pull request #144 from ixaxtav/master
Browse files Browse the repository at this point in the history
few fixes
  • Loading branch information
ixaxtav authored Dec 9, 2021
2 parents ee5dec1 + ab3e591 commit dc3c89c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/views/payroll.js
Original file line number Diff line number Diff line change
Expand Up @@ -2131,7 +2131,7 @@ export const PayrollPeriodDetails = ({ match, history }) => {
)
.then((res) => {
if (res) {
history.push("/payroll/rating/" + period.id);
history.push("/payroll/report/" + period.id);
}
})
.catch((e) => Notify.error(e.message || e));
Expand Down

1 comment on commit dc3c89c

@vercel
Copy link

@vercel vercel bot commented on dc3c89c Dec 9, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.