Merge pull request #40457 from rohitwaghchaure/fixed-test-case-closing-stock-balance

chore: fix test case
This commit is contained in:
Nabin Hait
2024-03-14 14:17:35 +05:30
committed by GitHub

View File

@@ -123,7 +123,9 @@ class ClosingStockBalance(Document):
)
)
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):