Parcourir la source

in grid report, link open icon can open in new window

version-14
Anand Doshi il y a 12 ans
Parent
révision
2e53e60976
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. +2
    -2
      public/js/wn/views/grid_report.js

+ 2
- 2
public/js/wn/views/grid_report.js Voir le fichier

@@ -484,8 +484,8 @@ wn.views.GridReport = Class.extend({
get_link_open_icon: function(doctype, name) {
return repl(' <a href="#Form/%(doctype)s/%(name)s">\
<i class="icon icon-share" style="cursor: pointer;"></i></a>', {
name: name,
doctype: doctype
doctype: doctype,
name: encodeURIComponent(name)
});
},
make_date_range_columns: function() {


Chargement…
Annuler
Enregistrer