<!--
Template for printing a table of holds to pull. Fields include:
-* holds - list of holds, each of which includes:
+* holds - list of holds, where each hold_data includes:
- * title
- * author
- * hold.hold_type
- * copy.location_name
- * volume.label - call number
- * copy.barcode
+ * hold_data.title
+ * hold_data.author
+ * hold_data.hold.hold_type
+ * hold_data.hold.pickup_lib.shortname
+ * hold_data.hold.pickup_lib.name
+ * hold_data.copy.location_name
+ * hold_data.volume.label - call number
+ * hold_data.volume.prefix
+ * hold_data.volume.suffix
+ * hold_data.copy.barcode
-->
<table id='pull-list-template-table'>
<style>
email_notify : 'user@example.org',
request_time : new Date().toISOString(),
hold_type : 'T',
- shelf_expire_time : new Date().toISOString()
+ shelf_expire_time : new Date().toISOString(),
+ pickup_lib : {
+ name : 'Holder Public Library',
+ shortname : 'Holder'
+ }
}
var seed_transit = {