send the volume along in the payload for circ functions. Render CN prefixes/suffixes...
[evergreen-equinox.git] / Open-ILS / xul / staff_client / server / circ / checkin.js
index bc8ad97..7997ab5 100644 (file)
@@ -613,6 +613,7 @@ circ.checkin.prototype = {
                     'mbts' : checkin.circ ? checkin.circ.billable_transaction().summary() : null,
                     'mvr' : checkin.record,
                     'acp' : checkin.copy,
+                    'acn' : checkin.volume,
                     'au' : checkin.patron,
                     'status' : checkin.status,
                     'route_to' : checkin.route_to,