소스 검색

Remove Lifetime range from Previous Year Production Comparison report.

Neal Wilson 11 년 전
부모
커밋
9a26311316
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1
    0
      config/Reports/chart.xml

+ 1
- 0
config/Reports/chart.xml 파일 보기

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

Loading…
취소
저장