mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-02 19:59:12 +00:00
committed by
mergify-bot
parent
3dcc3a349e
commit
8743e39469
@@ -77,7 +77,7 @@ frappe.ui.form.on('Asset Repair Consumed Item', {
|
|||||||
'qty': item.consumed_quantity,
|
'qty': item.consumed_quantity,
|
||||||
'serial_no': item.serial_no,
|
'serial_no': item.serial_no,
|
||||||
'company': frm.doc.company
|
'company': frm.doc.company
|
||||||
}
|
};
|
||||||
|
|
||||||
frappe.call({
|
frappe.call({
|
||||||
method: 'erpnext.stock.utils.get_incoming_rate',
|
method: 'erpnext.stock.utils.get_incoming_rate',
|
||||||
|
|||||||
Reference in New Issue
Block a user