]> wagnertech.de Git - mfinanz.git/blobdiff - bin/mozilla/do.pl
Fix für: Einlagern über Einkauslieferschein macht keine action
[mfinanz.git] / bin / mozilla / do.pl
index adaeb275786d8bab081890c27f4e524c79910abe..4652e7c008da9752070a6cfad112c71d11168052 100644 (file)
@@ -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,