From 5ac4a49a3a00faf518b102815a3c6becc9e5010c Mon Sep 17 00:00:00 2001 From: Joey Schulze Date: Sun, 15 Jan 2012 12:16:41 +0100 Subject: [PATCH] Update grid after adding a price --- artikel.php | 1 + 1 file changed, 1 insertion(+) diff --git a/artikel.php b/artikel.php index 775c26d..4b951a5 100644 --- a/artikel.php +++ b/artikel.php @@ -64,6 +64,7 @@ function open_popup() function add_price_callback(data) { info('Preis gespeichert'); + grid_update(grid); } function add_price(obj) -- 2.20.1