[open-ils-commits] r7515 - trunk/Open-ILS/xul/staff_client/chrome/content/main

svn at svn.open-ils.org svn at svn.open-ils.org
Thu Jul 5 06:40:43 EDT 2007


Author: phasefx
Date: 2007-07-05 06:36:52 -0400 (Thu, 05 Jul 2007)
New Revision: 7515

Modified:
   trunk/Open-ILS/xul/staff_client/chrome/content/main/constants.js
Log:
staff client abstraction for Bill's open-ils.search.biblio.record.copy_count.staff.  Meant to check this in with the other related changes

Modified: trunk/Open-ILS/xul/staff_client/chrome/content/main/constants.js
===================================================================
--- trunk/Open-ILS/xul/staff_client/chrome/content/main/constants.js	2007-07-05 10:33:50 UTC (rev 7514)
+++ trunk/Open-ILS/xul/staff_client/chrome/content/main/constants.js	2007-07-05 10:36:52 UTC (rev 7515)
@@ -48,6 +48,7 @@
 	'FM_ACP_RETRIEVE_VIA_BARCODE' : { 'app' : 'open-ils.search', 'method' : 'open-ils.search.asset.copy.fleshed2.find_by_barcode', 'secure' : false },
 	'FM_ACP_FLESHED_BATCH_RETRIEVE' : { 'app' : 'open-ils.search', 'method' : 'open-ils.search.asset.copy.fleshed.batch.retrieve', 'secure' : false },
 	'FM_ACP_FLESHED_BATCH_UPDATE' : { 'app' : 'open-ils.cat', 'method' : 'open-ils.cat.asset.copy.fleshed.batch.update' },
+	'FM_ACP_COUNT' : { 'app' : 'open-ils.search', 'method' : 'open-ils.search.biblio.record.copy_count.staff', 'secure' : false },
 	'FM_ACPL_RETRIEVE' : { 'app' : 'open-ils.circ', 'method' : 'open-ils.circ.copy_location.retrieve.all', 'secure' : false },
 	'FM_ACPL_RETRIEVE_VIA_ID' : { 'app' : 'open-ils.circ', 'method' : 'open-ils.circ.copy_location.retrieve', 'secure' : false },
 	'FM_ACPN_RETRIEVE_ALL' : { 'app' : 'open-ils.circ', 'method' : 'open-ils.circ.copy_note.retrieve.all', 'secure' : false },



More information about the open-ils-commits mailing list