ソースを参照

reportview bugfix

version-14
Rushabh Mehta 12年前
コミット
eb0b26b0f3
1個のファイルの変更3行の追加3行の削除
  1. +3
    -3
      public/js/wn/views/reportview.js

+ 3
- 3
public/js/wn/views/reportview.js ファイルの表示

@@ -43,11 +43,11 @@ wn.views.ReportViewPage = Class.extend({
wn.views.ReportView = wn.ui.Listing.extend({
init: function(opts) {
var me = this;
$(page).find('.layout-main').html('Loading Report...');
$(page).find('.layout-main').empty();
$(this.page).find('.layout-main').html('Loading Report...');
$(this.page).find('.layout-main').empty();
$.extend(this, opts);
this.can_delete = wn.model.can_delete(me.doctype);
this.tab_name = '`tab'+doctype+'`';
this.tab_name = '`tab'+this.doctype+'`';
this.setup();
},



読み込み中…
キャンセル
保存