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:
86cc852
)
Konteneinstellungen wieder änderbar bei bebuchten Konten
author
G. Richardson
<information@kivitendo-premium.de>
Fri, 7 Apr 2017 09:22:14 +0000
(11:22 +0200)
committer
G. Richardson
<information@kivitendo-premium.de>
Fri, 7 Apr 2017 09:22:14 +0000
(11:22 +0200)
Bei der Menüumstellung war dies für bebuchte Konten unmöglich gemacht
worden.
bin/mozilla/am.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/am.pl
b/bin/mozilla/am.pl
index
347084d
..
d8580bb
100644
(file)
--- a/
bin/mozilla/am.pl
+++ b/
bin/mozilla/am.pl
@@
-1397,8
+1397,6
@@
sub setup_am_edit_account_action_bar {
action => [
t8('Save'),
submit => [ '#form', { action => "save_account" } ],
- disabled => $::form->{id} && !$::form->{orphaned} ? t8('The object is in use and cannot be changed.')
- : undef,
accesskey => 'enter',
],