chore: fix conflicts

This commit is contained in:
rohitwaghchaure
2026-01-15 19:27:46 +05:30
committed by GitHub
parent 6219d7d9a5
commit de46ac8b62

View File

@@ -116,15 +116,8 @@ def get_gl_data(report_filters, filters):
"name", "name",
"voucher_type", "voucher_type",
"voucher_no", "voucher_no",
<<<<<<< HEAD
"sum(debit_in_account_currency) - sum(credit_in_account_currency) as account_value", "sum(debit_in_account_currency) - sum(credit_in_account_currency) as account_value",
=======
"posting_date", "posting_date",
{
"SUB": [{"SUM": "debit_in_account_currency"}, {"SUM": "credit_in_account_currency"}],
"as": "account_value",
},
>>>>>>> 1db9ce205f (fix: Show non-SLE vouchers with GL entries in Stock vs Account Value Comparison report)
], ],
group_by="voucher_type, voucher_no", group_by="voucher_type, voucher_no",
) )