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