Skip to content

Commit

Permalink
Purchase approval pane used the wrong fiscal year
Browse files Browse the repository at this point in the history
  • Loading branch information
hadiahmed098 committed May 1, 2023
1 parent 1cbf7fc commit a842814
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/views/purchase/PurchaseApprove.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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',
});
Expand Down

0 comments on commit a842814

Please sign in to comment.