Browse Source

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

Neal Wilson 11 years ago
parent
commit
51edb21f84
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      config/Reports/chart.xml

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

@@ -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…
Cancel
Save