From 47ef72346b7efc7514cf3a9c0fb5d9fc8be8b67c Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Mon, 12 Jun 2017 18:04:31 -0400 Subject: [PATCH] CAT-103 Add missing API call to XUL constants files FM_ACP_BATCH_RETRIEVE_VIA_ACN_LIST.authoritative is referenced by XUL but not defined. Add it to the constants file. Signed-off-by: Bill Erickson --- Open-ILS/xul/staff_client/chrome/content/main/constants.js | 1 + 1 file changed, 1 insertion(+) diff --git a/Open-ILS/xul/staff_client/chrome/content/main/constants.js b/Open-ILS/xul/staff_client/chrome/content/main/constants.js index af3b7c0ecd..440dc64f01 100644 --- a/Open-ILS/xul/staff_client/chrome/content/main/constants.js +++ b/Open-ILS/xul/staff_client/chrome/content/main/constants.js @@ -108,6 +108,7 @@ var api = { 'FM_ACP_RETRIEVE' : { 'app' : 'open-ils.search', 'method' : 'open-ils.search.asset.copy.fleshed2.retrieve', 'secure' : false }, //'FM_ACP_RETRIEVE_VIA_BARCODE' : { 'app' : 'open-ils.search', 'method' : 'open-ils.search.asset.copy.find_by_barcode' }, 'FM_ACP_BATCH_RETRIEVE_VIA_ACN_LIST' : { 'app' : 'open-ils.search', 'method' : 'open-ils.search.copies.retrieve.by_cn', 'secure' : false }, + 'FM_ACP_BATCH_RETRIEVE_VIA_ACN_LIST.authoritative' : { 'app' : 'open-ils.search', 'method' : 'open-ils.search.copies.retrieve.by_cn.authoritative', 'secure' : false }, 'FM_ACP_RETRIEVE_VIA_BARCODE' : { 'app' : 'open-ils.search', 'method' : 'open-ils.search.asset.copy.fleshed2.find_by_barcode', 'secure' : false }, 'FM_ACP_RETRIEVE_VIA_BARCODE.authoritative' : { 'app' : 'open-ils.search', 'method' : 'open-ils.search.asset.copy.fleshed2.find_by_barcode.authoritative', 'secure' : false }, 'FM_ACP_FLESHED_BATCH_RETRIEVE' : { 'app' : 'open-ils.search', 'method' : 'open-ils.search.asset.copy.fleshed.batch.retrieve', 'secure' : false }, -- 2.11.0