Skip to content
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

Merged
merged 1 commit into from
Apr 10, 2024

Conversation

Garfield-fr
Copy link
Contributor

@Garfield-fr Garfield-fr self-assigned this Apr 9, 2024
@github-actions github-actions bot added f: professional ui Professional interface f: search labels Apr 9, 2024
@Garfield-fr Garfield-fr force-pushed the zub-fees branch 3 times, most recently from cc9493c to 40f92fe Compare April 9, 2024 12:26
@github-actions github-actions bot added f: circulation Concerns the circulation interface or backend f: user management labels Apr 9, 2024
<div class="card-header">
<b translate>Fees</b>
<div class="float-right">
<span class="font-weight-bold mr-2">{{ 'Total' | translate }}</span>
Copy link
Contributor

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,
Copy link
Contributor

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?

Copy link
Contributor Author

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>
@Garfield-fr Garfield-fr merged commit 5a98d92 into rero:staging Apr 10, 2024
3 checks passed
@Garfield-fr Garfield-fr deleted the zub-fees branch April 10, 2024 09:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
f: circulation Concerns the circulation interface or backend f: professional ui Professional interface f: search f: user management
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add in the item view a way to see the linked fees
5 participants