mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-23 15:09:20 +00:00
fix: Add missing semicolon
This commit is contained in:
@@ -11,7 +11,7 @@ frappe.ui.form.on('Batch', {
|
|||||||
'has_batch_no': 1
|
'has_batch_no': 1
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
};
|
||||||
|
|
||||||
frm.set_query('selling_price', function() {
|
frm.set_query('selling_price', function() {
|
||||||
return {
|
return {
|
||||||
|
|||||||
Reference in New Issue
Block a user