瀏覽代碼

Editing days to average field in previous year production comparison regenerates report.

Neal Wilson 11 年之前
父節點
當前提交
51edb21f84
共有 1 個檔案被更改,包括 3 行新增0 行删除
  1. 3
    0
      config/Reports/chart.xml

+ 3
- 0
config/Reports/chart.xml 查看文件

@@ -457,6 +457,9 @@
457 457
             endDateField.dateChanged.connect(function() {
458 458
                 refresh();
459 459
             });
460
+			avgField.editingFinished.connect(function() {
461
+				refresh();
462
+			});
460 463
         ]]>
461 464
     </program>
462 465
 </window>

Loading…
取消
儲存