From a8428144d1a4d066fd4f7eae52fabe9f8f3ac4fe Mon Sep 17 00:00:00 2001 From: Hadi Ahmed Date: Mon, 1 May 2023 03:41:48 +0000 Subject: [PATCH] Purchase approval pane used the wrong fiscal year --- ui/src/views/purchase/PurchaseApprove.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/views/purchase/PurchaseApprove.vue b/ui/src/views/purchase/PurchaseApprove.vue index 26ba3a68..acc28c72 100644 --- a/ui/src/views/purchase/PurchaseApprove.vue +++ b/ui/src/views/purchase/PurchaseApprove.vue @@ -165,7 +165,7 @@ export default { } this.dispmsg = ''; - const response = await fetchWrapperJSON(`/api/v2/committee/${newVal.committeeAPI}/categories/${newVal.fiscal_year}`, { + const response = await fetchWrapperJSON(`/api/v2/committee/${newVal.committeeAPI}/categories/${newVal.fiscalYearAPI}`, { method: 'get', });