mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-07 07:02:54 +00:00
[patch] remove sales and purchase return tool
This commit is contained in:
@@ -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()
|
||||
Reference in New Issue
Block a user