[minor] fix to purchase receipt button, make_demo

This commit is contained in:
Rushabh Mehta
2013-08-21 11:19:15 +05:30
parent fe14f69e71
commit 82e54c8293
2 changed files with 15 additions and 17 deletions

View File

@@ -216,7 +216,6 @@ def make_stock_entry_from_pro(pro_id, purpose, current_date):
st.doc.fiscal_year = "2010"
st.doc.expense_adjustment_account = "Stock in Hand - WP"
try:
st.run_method("get_items")
st.insert()
webnotes.conn.commit()
st.submit()