mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-02 03:39:11 +00:00
Merged master into wsgi
This commit is contained in:
10
patches/october_2013/set_stock_value_diff_in_sle.py
Normal file
10
patches/october_2013/set_stock_value_diff_in_sle.py
Normal file
@@ -0,0 +1,10 @@
|
||||
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd.
|
||||
# License: GNU General Public License v3. See license.txt
|
||||
|
||||
from __future__ import unicode_literals
|
||||
import webnotes
|
||||
from webnotes.utils import cint
|
||||
|
||||
def execute():
|
||||
from patches.september_2012 import repost_stock
|
||||
repost_stock.execute()
|
||||
Reference in New Issue
Block a user