From: Bill Erickson Date: Wed, 25 Aug 2021 15:05:03 +0000 (-0400) Subject: LP1904036 Bill statement Item Summary section X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=cbd301993a6af9289a25d60f600c1f2d3e25a8c3;p=evergreen%2Ftadl.git LP1904036 Bill statement Item Summary section Signed-off-by: Bill Erickson Signed-off-by: Jane Sandberg Signed-off-by: Galen Charlton --- diff --git a/Open-ILS/src/eg2/src/app/staff/circ/patron/bill-statement.component.html b/Open-ILS/src/eg2/src/app/staff/circ/patron/bill-statement.component.html index 99f07b528d..df88b72073 100644 --- a/Open-ILS/src/eg2/src/app/staff/circ/patron/bill-statement.component.html +++ b/Open-ILS/src/eg2/src/app/staff/circ/patron/bill-statement.component.html @@ -76,6 +76,59 @@ +

Item Summary

+ +
+
+
Barcode
+ +
Location
+
{{copy().location().name()}}
+
Call Number
+
+ {{copy().call_number().prefix().label()}} + {{copy().call_number().label()}} + {{copy().call_number().suffix().label()}} +
+
+
+
Status
+
{{copy().status().name()}}
+
Circulate
+
+
Reference
+
+
+
+
Holdable
+
+
OPAC Visible
+
+
Created
+
{{copy().create_date() | date:'short'}}
+
+
+
Edited
+
{{copy().edit_date() | date:'short'}}
+
Age Protect
+
+ + {{copy().age_protect().name()}} + +
+
Total Circulations
+
{{copy().total_circ_count().circ_count()}}
+
+
+
Owning Library
+
{{context.orgSn(copy().call_number().owning_lib())}}
+
+
+