Merge branch 'master' of github.com:webnotes/erpnext into responsive

Conflicts:
	buying/doctype/purchase_common/purchase_common.py
This commit is contained in:
Anand Doshi
2013-06-17 12:02:04 +05:30
4 changed files with 79 additions and 39 deletions

View File

@@ -21,6 +21,9 @@ class TestStockEntry(unittest.TestCase):
st2.insert()
st2.submit()
from stock.utils import reorder_item
reorder_item()
mr_name = webnotes.conn.sql("""select parent from `tabMaterial Request Item`
where item_code='_Test Item'""")