From 6672f41d498d4a7c87951aa98714e00e6785f2df Mon Sep 17 00:00:00 2001 From: phasefx Date: Thu, 22 Jun 2006 19:03:51 +0000 Subject: [PATCH] sensible default git-svn-id: svn://svn.open-ils.org/ILS/trunk@4713 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/xul/staff_client/server/circ/copy_status.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Open-ILS/xul/staff_client/server/circ/copy_status.js b/Open-ILS/xul/staff_client/server/circ/copy_status.js index 96e307d6ad..4bcc5d2ab5 100644 --- a/Open-ILS/xul/staff_client/server/circ/copy_status.js +++ b/Open-ILS/xul/staff_client/server/circ/copy_status.js @@ -118,9 +118,8 @@ circ.copy_status.prototype = { 'sel_patron' : [ ['command'], function() { - var count = 5; JSAN.use('circ.util'); - circ.util.show_last_few_circs(obj.selection_list,count); + circ.util.show_last_few_circs(obj.selection_list); } ], 'sel_bucket' : [ -- 2.43.2