Update filter select elements after selecting a new year
[misc/kostenrechnung] / masks / gereinigt.php
index 1affbce..578e08f 100644 (file)
@@ -8,6 +8,7 @@ Rico.loadModule('checkboxDB');
 function select_year_calback(data)
 {
   grid_update(grid);
+  grid_update_filters(grid);
 }
 
 function select_year_status(obj, value, html)