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=edad82e4d503d6a51459903a2368406e7114a671;p=working%2FEvergreen.git LP1904036 Bill statement Item Summary section Signed-off-by: Bill Erickson --- 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())}}
+
+
+