From 4b0fccdb39a236fc68744f483331137d4e5199a7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bernd=20Ble=C3=9Fmann?= Date: Fri, 13 Nov 2015 13:50:48 +0100 Subject: [PATCH] Auftrags-Controller: Mehrfach-Artikelauswahl: ajax-Call mit post, nicht mit get. --- templates/webpages/order/tabs/_multi_items_dialog.html | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/webpages/order/tabs/_multi_items_dialog.html b/templates/webpages/order/tabs/_multi_items_dialog.html index 65ce229d0..5ae114d41 100644 --- a/templates/webpages/order/tabs/_multi_items_dialog.html +++ b/templates/webpages/order/tabs/_multi_items_dialog.html @@ -28,6 +28,7 @@ function update_result() { $.ajax({ url: 'controller.pl?action=Order/multi_items_update_result', data: data, + method: 'post', success: function(data){ $('#multi_items_result').html(data); } -- 2.20.1