Browse Source

Update batch log report when data changes

Neal Wilson 7 years ago
parent
commit
cf79f32afc
1 changed files with 4 additions and 0 deletions
  1. 4
    0
      config/Reports/historyreport.xml

+ 4
- 0
config/Reports/historyreport.xml View File

296
                 buffer.close();
296
                 buffer.close();
297
             };
297
             };
298
             refresh();
298
             refresh();
299
+            var notifier = Application.subscribe("RoastingLogChange");
300
+            notifier.notify.connect(function() {
301
+                refresh();
302
+            });
299
         ]]>
303
         ]]>
300
     </program>
304
     </program>
301
 </window>
305
 </window>

Loading…
Cancel
Save