From 7ed3358a378888281b3ccfa5bba9e877145654e0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20B=C3=BCren?= Date: Thu, 20 Jul 2017 15:06:18 +0200 Subject: [PATCH] =?utf8?q?Fix=20f=C3=BCr:=20Einlagern=20=C3=BCber=20Einkau?= =?utf8?q?slieferschein=20macht=20keine=20action?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Copy & Paste Fehler --- bin/mozilla/do.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/mozilla/do.pl b/bin/mozilla/do.pl index adaeb2757..4652e7c00 100644 --- a/bin/mozilla/do.pl +++ b/bin/mozilla/do.pl @@ -302,7 +302,7 @@ sub setup_do_action_bar { ], action => [ t8('Transfer in'), - submit => [ '#form', { action => "transfer_in"> 1 } ], + submit => [ '#form', { action => "transfer_in" } ], checks => [ @req_trans_desc, @transfer_qty ], disabled => $::form->{delivered} ? t8('This record has already been delivered.') : undef, only_if => !$is_customer, -- 2.20.1