[patch] remove sales and purchase return tool

This commit is contained in:
Nabin Hait
2013-10-22 10:54:59 +05:30
parent 953d0a955f
commit 6a589be1c5
3 changed files with 13 additions and 2 deletions

View File

@@ -0,0 +1,8 @@
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd.
# License: GNU General Public License v3. See license.txt
from __future__ import unicode_literals
def execute():
from patches.march_2013 import p06_remove_sales_purchase_return_tool
p06_remove_sales_purchase_return_tool.execute()