From b2f1c1d9156a69020873a27162f8d72622534c14 Mon Sep 17 00:00:00 2001 From: Renaud Michotte Date: Thu, 13 Aug 2020 17:43:38 +0200 Subject: [PATCH] item: conditional renewal badges. The renewal badges should not be displayed when a checkin action in done on the corresponding item. This commit change the behavior of this badge to be conditional depending if a 'checkin' action is done on the item. Closes rero/rero-ils#797 Co-Authored-by: Renaud Michotte --- projects/admin/src/app/circulation/item/item.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/admin/src/app/circulation/item/item.component.html b/projects/admin/src/app/circulation/item/item.component.html index 062c4733f..53927ad7d 100644 --- a/projects/admin/src/app/circulation/item/item.component.html +++ b/projects/admin/src/app/circulation/item/item.component.html @@ -64,7 +64,7 @@
  • + *ngIf="item.loan && item.loan.extension_count && (!item.actionDone || item.actionDone !== itemAction.checkin)"> {{ item.loan.extension_count }}