mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-22 22:49:19 +00:00
added module icons in grid reports
This commit is contained in:
@@ -139,7 +139,7 @@ cur_frm.cscript['Make Purchase Receipt'] = function() {
|
||||
//========================== Make Purchase Invoice =====================================================
|
||||
cur_frm.cscript['Make Purchase Invoice'] = function() {
|
||||
n = createLocal('Purchase Invoice');
|
||||
$c('dt_map', args={
|
||||
$c('dt_map', {
|
||||
'docs':compress_doclist([locals['Purchase Invoice'][n]]),
|
||||
'from_doctype':cur_frm.doc.doctype,
|
||||
'to_doctype':'Purchase Invoice',
|
||||
|
||||
Reference in New Issue
Block a user