From dd5f88f6dcf06a3ba690582dec3feae4a50d57b4 Mon Sep 17 00:00:00 2001
From: "G. Richardson" <information@kivitendo-premium.de>
Date: Fri, 13 Jan 2017 10:26:31 +0100
Subject: [PATCH] Part Controller - als neu speichern repariert
MIME-Version: 1.0
Content-Type: text/plain; charset=utf8
Content-Transfer-Encoding: 8bit

alle Buttons (Speichern, Als neu speichern, Löschen) setzen die action
selber (siehe js/kivi.Part.js) , die form braucht daher kein verstecktes
action für dispatch.
---
 templates/webpages/part/form.html | 2 --
 1 file changed, 2 deletions(-)

diff --git a/templates/webpages/part/form.html b/templates/webpages/part/form.html
index 03433f33a..aa3cd68aa 100644
--- a/templates/webpages/part/form.html
+++ b/templates/webpages/part/form.html
@@ -78,8 +78,6 @@
 </div>
 
   <p>
-  [% L.hidden_tag('action', 'Part/dispatch') %]
-
   [% IF show_edit_buttons %]
     [% L.button_tag('kivi.Part.save()', LxERP.t8('Save')) %]
     [% IF SELF.part.id %]
-- 
2.20.1