瀏覽代碼

Remove Lifetime range from Previous Year Production Comparison report.

Neal Wilson 10 年之前
父節點
當前提交
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…
取消
儲存