mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-15 03:01:22 +00:00
fix: mapped doc
This commit is contained in:
@@ -619,6 +619,7 @@ erpnext.utils.map_current_doc = function(opts) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
erpnext.utils.clear_duplicates = function() {
|
erpnext.utils.clear_duplicates = function() {
|
||||||
|
if(!cur_frm.doc.items) return;
|
||||||
const unique_items = new Map();
|
const unique_items = new Map();
|
||||||
/*
|
/*
|
||||||
Create a Map of items with
|
Create a Map of items with
|
||||||
|
|||||||
Reference in New Issue
Block a user