Update test_budget.py

This commit is contained in:
rohitwaghchaure 2020-11-04 12:06:21 +05:30 committed by GitHub
parent c8cc4bfc56
commit a53454d3d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -259,7 +259,6 @@ def set_total_expense_zero(posting_date, budget_against_field=None, budget_again
args[budget_against_field] = budget_against
existing_expense = get_actual_expense(args)
print(existing_expense)
if existing_expense:
if budget_against_field == "cost_center":