Skip to content

Commit

Permalink
Fix budget calculation
Browse files Browse the repository at this point in the history
  • Loading branch information
akariv committed Mar 14, 2023
1 parent 43914d3 commit 05335bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cache.js
Expand Up @@ -11,7 +11,7 @@ const YEAR = 2022;
const BUDGET_CODE = '0020670142';

const RETURNS_CONDITION = `
((code LIKE '0084%%') AND NOT ((econ_cls_json->>0)::jsonb->>2='226'))
((code LIKE '0084%%') AND NOT ((econ_cls_json->>0)::jsonb->>2='266'))
`;

const GOV_INDUSTIES_CONDITION = `
Expand Down

0 comments on commit 05335bf

Please sign in to comment.