Pull items in Stock Entry from Purchase Invoice (#11839)

This commit is contained in:
Nabin Hait
2017-12-04 13:36:50 +05:30
committed by GitHub
parent 3bac586ee2
commit a11dcb6e59
3 changed files with 38 additions and 1 deletions

View File

@@ -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;