From: Jan Büren Date: Fri, 3 Dec 2021 14:31:01 +0000 (+0100) Subject: ShopPart: Tote Parameter in js raus X-Git-Tag: kivitendo-mebil_0.1-0~10^2~2^2~218^2~15 X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/commitdiff_plain/d21ddfcea0160743077c29ecd6ff9141258c2ca5 ShopPart: Tote Parameter in js raus --- diff --git a/js/kivi.ShopPart.js b/js/kivi.ShopPart.js index 64a1e46d7..56d524c5c 100644 --- a/js/kivi.ShopPart.js +++ b/js/kivi.ShopPart.js @@ -38,7 +38,7 @@ namespace('kivi.ShopPart', function(ns) { }); } - ns.add_shop_part = function(part_id,shop_id) { + ns.add_shop_part = function() { var form = $('form').serializeArray(); form.push( { name: 'action', value: 'ShopPart/update' } );