Update grid after adding a price
authorJoey Schulze <joey@infodrom.org>
Sun, 15 Jan 2012 11:16:41 +0000 (12:16 +0100)
committerJoey Schulze <joey@infodrom.org>
Sun, 15 Jan 2012 11:16:41 +0000 (12:16 +0100)
artikel.php

index 775c26d..4b951a5 100644 (file)
@@ -64,6 +64,7 @@ function open_popup()
 function add_price_callback(data)
 {
     info('Preis gespeichert');
 function add_price_callback(data)
 {
     info('Preis gespeichert');
+    grid_update(grid);
 }
 
 function add_price(obj)
 }
 
 function add_price(obj)