Browse Source

show zero balance in grid-report in left of the page

version-14
Nabin Hait 12 years ago
parent
commit
36eff6a25c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      public/js/wn/views/grid_report.js

+ 1
- 1
public/js/wn/views/grid_report.js View File

@@ -317,7 +317,7 @@ wn.views.GridReport = Class.extend({
this.id = wn.dom.set_unique_id(this.grid_wrapper.get(0));

// zero-value check
$('<div style="margin: 10px 0px; text-align: right; display: none" class="show-zero">\
$('<div style="margin: 10px 0px; display: none" class="show-zero">\
<input type="checkbox"> Show rows with zero values\
</div>').appendTo(this.wrapper);



Loading…
Cancel
Save