소스 검색

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…
취소
저장