-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(item): add fees on item detail view #1151
Conversation
Garfield-fr
commented
Apr 9, 2024
- Adds fees on item detail view.
- Changes patron link on fees brief view to redirect to the patron circulation fees tab.
- Closes Add in the item view a way to see the linked fees rero-ils#3578.
cc9493c
to
40f92fe
Compare
<div class="card-header"> | ||
<b translate>Fees</b> | ||
<div class="float-right"> | ||
<span class="font-weight-bold mr-2">{{ 'Total' | translate }}</span> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
translate can be in the tag
* @param organisationService - OrganisationService | ||
*/ | ||
public constructor( | ||
private patronTransactionApiService: PatronTransactionApiService, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you want to use the @Inject method?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I suggest we refactor these injections later.
* Adds fees on item detail view. * Changes patron link on fees brief view to redirect to the patron circulation fees tab. * Closes rero/rero-ils#3578. Co-Authored-by: Bertrand Zuchuat <bertrand.zuchuat@rero.ch>