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:
bfe042c
)
Fix für: Einlagern über Einkauslieferschein macht keine action
author
Jan Büren
<jan@kivitendo-premium.de>
Thu, 20 Jul 2017 13:06:18 +0000
(15:06 +0200)
committer
Jan Büren
<jan@kivitendo-premium.de>
Thu, 20 Jul 2017 13:06:18 +0000
(15:06 +0200)
Copy & Paste Fehler
bin/mozilla/do.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/do.pl
b/bin/mozilla/do.pl
index
adaeb27
..
4652e7c
100644
(file)
--- 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,