Patch from Michael Peters, Jason Boyer and Jason Etheridge addressing LP#744244:...
[evergreen-equinox.git] / Open-ILS / xul / staff_client / server / cat / copy_summary.xul
index 4810959..3a459a2 100644 (file)
                                 } else {
                                     $w('copy_summary_callnumber',cn.label());    
                                 }
-                                g.list.append({'row':{'my':{'acp':copy,'acn':cn}}});
+                                g.list.append({'row':{'my':{'acp':copy,'acn':cn,'circ':xulG.circ}}});
                                 g.barcode = copy.barcode(); g.doc_id = cn.record();
                                 if (g.doc_id > -1) {
                                     $('show_in_opac').hidden = false;