]> wagnertech.de Git - mfinanz.git/blobdiff - templates/webpages/order/tabs/_multi_items_dialog.html
Auftrags-Controller: Mehrfach-Artikelauswahl: ajax-Call mit post, nicht mit get.
[mfinanz.git] / templates / webpages / order / tabs / _multi_items_dialog.html
index 65ce229d0e7fca67874a89f90721cb0b3326c175..5ae114d41f1c80c292e576655cd326f0a0a2fea3 100644 (file)
@@ -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);
     }