Browse Source

Remove Lifetime range from Previous Year Production Comparison report.

Neal Wilson 10 years ago
parent
commit
9a26311316
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      config/Reports/chart.xml

+ 1
- 0
config/Reports/chart.xml View File

18
         <![CDATA[
18
         <![CDATA[
19
             this.windowTitle = "Typica - Previous Year Production Comparison";
19
             this.windowTitle = "Typica - Previous Year Production Comparison";
20
 			var dateSelect = findChildObject(this, 'dates');
20
 			var dateSelect = findChildObject(this, 'dates');
21
+			dateSelect.removeIndex(23); // Remove Lifetime range
21
             var view = findChildObject(this, 'report');
22
             var view = findChildObject(this, 'report');
22
             var printMenu = findChildObject(this, 'print');
23
             var printMenu = findChildObject(this, 'print');
23
             printMenu.triggered.connect(function() {
24
             printMenu.triggered.connect(function() {

Loading…
Cancel
Save