Merge branch 'develop' of https://github.com/frappe/erpnext into develop
This commit is contained in:
commit
c30ae28422
@ -2,7 +2,7 @@
|
|||||||
from __future__ import unicode_literals
|
from __future__ import unicode_literals
|
||||||
import frappe
|
import frappe
|
||||||
|
|
||||||
__version__ = '7.1.27'
|
__version__ = '7.1.28'
|
||||||
|
|
||||||
def get_default_company(user=None):
|
def get_default_company(user=None):
|
||||||
'''Get default company for user'''
|
'''Get default company for user'''
|
||||||
|
@ -3,6 +3,8 @@ import frappe
|
|||||||
from erpnext.stock.stock_balance import repost_stock
|
from erpnext.stock.stock_balance import repost_stock
|
||||||
|
|
||||||
def execute():
|
def execute():
|
||||||
|
frappe.reload_doc('manufacturing', 'doctype', 'production_order_item')
|
||||||
|
|
||||||
modified_items = frappe.db.sql_list("""
|
modified_items = frappe.db.sql_list("""
|
||||||
select name from `tabItem`
|
select name from `tabItem`
|
||||||
where is_stock_item=1 and modified >= '2016-10-31'
|
where is_stock_item=1 and modified >= '2016-10-31'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user