Skip to content

Commit

Permalink
UIREQ-1145 - address review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
manvendra-s-rathore committed Sep 27, 2024
1 parent 9cd6043 commit 1c5dbb4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/routes/RequestsRoute.js
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ export const getListFormatter = (
getPrintContentRef,
...(isViewPrintDetailsEnabled && {
onBeforePrintForSinglePrintButton,
onAfterPrintForSinglePrintButton
onAfterPrintForSinglePrintButton,
}),
};
return (
Expand Down Expand Up @@ -1521,7 +1521,7 @@ class RequestsRoute extends React.Component {
await this.savePrintEventDetails(requestIds);
}
}}
onAfterPrint={() => this.onAfterPrintForPrintButton()}
onAfterPrint={this.onAfterPrintForPrintButton}
>
<FormattedMessage
id="ui-requests.printPickSlips"
Expand Down Expand Up @@ -1553,7 +1553,7 @@ class RequestsRoute extends React.Component {
}
}
}
onAfterPrint={() => this.onAfterPrintForPrintButton()}
onAfterPrint={this.onAfterPrintForPrintButton}
>
<FormattedMessage
id="ui-requests.printPickSlipsSelected"
Expand Down

0 comments on commit 1c5dbb4

Please sign in to comment.