mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-16 08:05:00 +00:00
chore: fix test case
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user