Removed Stock Ledger doctype
This commit is contained in:
parent
48962e1148
commit
2594e41462
@ -34,3 +34,4 @@ erpnext.patches.4_0.import_country_codes
|
||||
erpnext.patches.4_0.countrywise_coa
|
||||
execute:frappe.delete_doc("DocType", "MIS Control")
|
||||
execute:frappe.delete_doc("Page", "Financial Statements")
|
||||
execute:frappe.delete_doc("DocType", "Stock Ledger")
|
||||
|
@ -1,9 +0,0 @@
|
||||
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
|
||||
# License: GNU General Public License v3. See license.txt
|
||||
|
||||
from __future__ import unicode_literals
|
||||
import frappe
|
||||
from frappe.model.document import Document
|
||||
|
||||
class StockLedger(Document):
|
||||
pass
|
Loading…
x
Reference in New Issue
Block a user