'FM_CIRC_RETRIEVE_VIA_COPY' : { 'app' : 'open-ils.circ', 'method' : 'open-ils.circ.copy_checkout_history.retrieve' },
/*'FM_CIRC_COUNT_RETRIEVE_VIA_USER' : { 'app' : 'open-ils.actor', 'method' : 'open-ils.actor.user.checked_out.count' },*/
'FM_CIRC_COUNT_RETRIEVE_VIA_USER' : { 'app' : 'open-ils.actor', 'method' : 'open-ils.actor.user.checked_out.count' },
+ 'FM_CIRC_COUNT_RETRIEVE_VIA_COPY' : { 'app' : 'open-ils.circ', 'method' : 'open-ils.circ.circulation.count' },
'FM_CIRC_EDIT_DUE_DATE' : { 'app' : 'open-ils.circ', 'method' : 'open-ils.circ.circulation.due_date.update' },
'FM_CIT_RETRIEVE' : { 'app' : 'open-ils.actor', 'method' : 'open-ils.actor.user.ident_types.retrieve' },
'FM_CNCT_RETRIEVE' : { 'app' : 'open-ils.circ', 'method' : 'open-ils.circ.non_cat_types.retrieve.all' },
'XUL_CHECKIN' : '/xul/server/circ/checkin.xul',
'XUL_CHECKOUT' : '/xul/server/circ/checkout.xul',
'XUL_CIRC_BRIEF' : '/xul/server/circ/circ_brief.xul',
+ 'XUL_CIRC_SUMMARY' : '/xul/server/circ/circ_summary.xul',
'XUL_COPY_BUCKETS' : '/xul/server/cat/copy_buckets.xul',
'XUL_COPY_EDITOR' : '/xul/server/cat/copy_editor.xul',
'XUL_COPY_LOCATION_EDIT' : '/xul/server/admin/copy_locations.xhtml',
'XUL_COPY_NOTES' : '/xul/server/cat/copy_notes.xul',
'XUL_COPY_STATUS' : '/xul/server/circ/copy_status.xul',
+ 'XUL_COPY_SUMMARY' : '/xul/server/cat/copy_summary.xul',
'XUL_COPY_VOLUME_BROWSE_OLD' : 'chrome://open_ils_staff_client/content/legacy/_browse.xul',
'XUL_COPY_VOLUME_BROWSE' : '/xul/server/cat/copy_browser.xul',
'XUL_DEBUG_CONSOLE' : 'chrome://global/content/console.xul',