projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f54c355
)
ShopPart: Tote Parameter in js raus
author
Jan Büren
<jan@kivitendo-premium.de>
Fri, 3 Dec 2021 14:31:01 +0000
(15:31 +0100)
committer
Jan Büren
<jan@kivitendo.de>
Fri, 11 Feb 2022 14:19:56 +0000
(15:19 +0100)
js/kivi.ShopPart.js
patch
|
blob
|
history
diff --git
a/js/kivi.ShopPart.js
b/js/kivi.ShopPart.js
index
64a1e46
..
56d524c
100644
(file)
--- 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' }
);