Skip to content

Commit

Permalink
remove acctLocked
Browse files Browse the repository at this point in the history
  • Loading branch information
lomamech committed Jan 25, 2024
1 parent 416a354 commit 7cfb8ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/controllers/finance/budget/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ function buildBudgetData(fiscalYearId) {
const sql = `
SELECT
a.id, a.number, a.type_id, at.type AS acctType,
a.label, a.parent, a.locked AS acctLocked, a.hidden,
a.label, a.parent, a.locked, a.hidden,
bdata.budget
FROM account AS a
JOIN account_type AS at ON at.id = a.type_id
Expand Down

0 comments on commit 7cfb8ec

Please sign in to comment.