[patch] [minor] deleted old stock ledger and stock ageing page

This commit is contained in:
Nabin Hait
2013-12-04 17:18:05 +05:30
parent bc6df5c71b
commit 9b0a6d426c
11 changed files with 12 additions and 514 deletions

0
patches/1312/__init__.py Normal file
View File

View File

@@ -0,0 +1,11 @@
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
# License: GNU General Public License v3. See license.txt
def execute():
import webnotes, os
webnotes.delete_doc('Page', 'stock-ledger')
webnotes.delete_doc('Page', 'stock-ageing')
os.system("rm -rf app/stock/page/stock_ledger")
os.system("rm -rf app/stock/page/stock_ageing")