Pull items in Stock Entry from Purchase Invoice (#11839)
This commit is contained in:
@@ -260,7 +260,7 @@ erpnext.utils.map_current_doc = function(opts) {
|
||||
action: function(selections, args) {
|
||||
let values = selections;
|
||||
if(values.length === 0){
|
||||
frappe.msgprint(__("Please select Quotations"))
|
||||
frappe.msgprint(__("Please select {0}", [opts.source_doctype]))
|
||||
return;
|
||||
}
|
||||
opts.source_name = values;
|
||||
|
||||
Reference in New Issue
Block a user