Skip to content

Commit 01fe1ba

Browse files
committed
LP#1821622: add the received time to the batch line item details interface
Following up on the previous patch, make the item received date appear in the batch line item details list, on the theory that consistency between the two different views of line item details would be useful. Release-note: Add the received time to the batch line items details interface Signed-off-by: Galen Charlton <[email protected]>
1 parent 3d9663d commit 01fe1ba

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Open-ILS/src/eg2/src/app/staff/acq/lineitem/batch-copies.component.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
<ng-container *ngIf="!hideBarcode && !batchAdd">Barcode</ng-container>
1818
</div>
1919
<div class="flex-1 p-1" *ngIf="!hasEditableCopies()" i18n>Receiver</div>
20+
<div class="flex-1 p-1" *ngIf="!hasEditableCopies()" i18n>Received On</div>
2021
<div class="flex-1 p-1"></div>
2122
<div class="flex-1 p-1"></div>
2223
</div>
@@ -51,6 +52,7 @@
5152
(deleteRequested)="deleteCopy($event)"
5253
(cancelRequested)="cancelCopy($event)"
5354
[showReceiver]="!hasEditableCopies()"
55+
[showReceivedTime]="!hasEditableCopies()"
5456
(becameDirty)="becameDirty.emit(true)"
5557
[rowIndex]="idx + 1" [lineitem]="lineitem" [copy]="copy">
5658
</eg-lineitem-copy-attrs>

0 commit comments

Comments
 (0)