Konteneinstellungen wieder änderbar bei bebuchten Konten
authorG. Richardson <information@kivitendo-premium.de>
Fri, 7 Apr 2017 09:22:14 +0000 (11:22 +0200)
committerG. 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

index 347084d..d8580bb 100644 (file)
@@ -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',
         ],