chore: fix test case (backport #40457) (#40458)

chore: fix test case

(cherry picked from commit ec83d54826)

Co-authored-by: Rohit Waghchaure <rohitw1991@gmail.com>
This commit is contained in:
mergify[bot]
2024-03-14 14:43:05 +05:30
committed by GitHub
parent ba6b8561c9
commit 54b5064f76

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):