Skip to content

Commit

Permalink
Merge pull request #40457 from rohitwaghchaure/fixed-test-case-closin…
Browse files Browse the repository at this point in the history
…g-stock-balance

chore: fix test case
  • Loading branch information
nabinhait authored Mar 14, 2024
2 parents d15cdd9 + ec83d54 commit c417e7d
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,9 @@ def create_closing_stock_balance_entries(self):
)
)

create_json_gz_file({"columns": columns, "data": data}, self.doctype, self.name)
create_json_gz_file(
{"columns": columns, "data": data}, self.doctype, self.name, "closing-stock-balance"
)

def get_prepared_data(self):
if attachments := get_attachments(self.doctype, self.name):
Expand Down

0 comments on commit c417e7d

Please sign in to comment.