mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-13 02:01:21 +00:00
chore: fix test case
(cherry picked from commit ec83d54826)
Co-authored-by: Rohit Waghchaure <rohitw1991@gmail.com>
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):
|
def get_prepared_data(self):
|
||||||
if attachments := get_attachments(self.doctype, self.name):
|
if attachments := get_attachments(self.doctype, self.name):
|
||||||
|
|||||||
Reference in New Issue
Block a user