From d750e9e191b8566c29352dca700863f1637ac05d Mon Sep 17 00:00:00 2001 From: Matthias Date: Thu, 18 Nov 2021 16:26:31 +0100 Subject: [PATCH] reorder fields --- InvenTree/templates/js/translated/plugin.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/InvenTree/templates/js/translated/plugin.js b/InvenTree/templates/js/translated/plugin.js index 2f57631424..8675a491f0 100644 --- a/InvenTree/templates/js/translated/plugin.js +++ b/InvenTree/templates/js/translated/plugin.js @@ -14,8 +14,8 @@ function installPlugin() { method: 'POST', title: '{% trans "Install Plugin" %}', fields: { - url: {}, packagename: {}, + url: {}, confirm: {}, }, onSuccess: function(data) {