mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-30 02:14:48 +00:00
fix: patch
This commit is contained in:
@@ -9,6 +9,9 @@ from erpnext.stock.doctype.inventory_dimension.inventory_dimension import (
|
|||||||
|
|
||||||
|
|
||||||
def execute():
|
def execute():
|
||||||
|
if not frappe.db.has_table("Closing Stock Balance"):
|
||||||
|
return
|
||||||
|
|
||||||
add_inventory_dimensions_to_stock_closing_balance()
|
add_inventory_dimensions_to_stock_closing_balance()
|
||||||
create_stock_closing_entries()
|
create_stock_closing_entries()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user