mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-16 03:29:16 +00:00
[minor] fix to purchase receipt button, make_demo
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user