diff options
Diffstat (limited to 'bin')
-rw-r--r-- | bin/aa.pl | 5 | ||||
-rw-r--r-- | bin/gl.pl | 5 |
2 files changed, 10 insertions, 0 deletions
@@ -889,6 +889,11 @@ sub form_footer { { ndx => 8, key => 'D', value => $locale->text('Delete') }, ); + if ($form->{separate_duties}){ + $button{post}->{value} = $locale->text('Save'); + $form->hide_form('separate_duties'); + } + if ( $form->{id} ) { if ( $form->{locked} || ( $transdate && $transdate <= $closedto ) ) @@ -1256,6 +1256,11 @@ sub form_footer { { ndx => 8, key => 'D', value => $locale->text('Delete') }, ); + if ($form->{separate_duties}){ + $form->hide_form('separate_duties'); + $button{post}->{value} = $locale->text('Save'); + } + %a = (); if ( $form->{id} ) { |