mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-15 19:19:17 +00:00
fix: sider
This commit is contained in:
@@ -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