[minor] fix to purchase receipt button, make_demo
This commit is contained in:
parent
fe14f69e71
commit
82e54c8293
@ -23,8 +23,7 @@ erpnext.stock.PurchaseReceiptController = erpnext.buying.BuyingController.extend
|
||||
|
||||
this.show_stock_ledger();
|
||||
this.show_general_ledger();
|
||||
}
|
||||
|
||||
} else {
|
||||
cur_frm.add_custom_button(wn._('From Purchase Order'),
|
||||
function() {
|
||||
wn.model.map_current_doc({
|
||||
@ -39,7 +38,7 @@ erpnext.stock.PurchaseReceiptController = erpnext.buying.BuyingController.extend
|
||||
}
|
||||
})
|
||||
});
|
||||
|
||||
}
|
||||
|
||||
if(wn.boot.control_panel.country == 'India') {
|
||||
unhide_field(['challan_no', 'challan_date']);
|
||||
|
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user