From: Sven Schöling Date: Tue, 25 Oct 2016 09:14:42 +0000 (+0200) Subject: is: delete nur mit show_delete X-Git-Tag: release-3.5.4~1391 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;ds=inline;h=54a3c9538d49f6b276754178bb52a7f4aa327747;p=kivitendo-erp.git is: delete nur mit show_delete --- diff --git a/bin/mozilla/is.pl b/bin/mozilla/is.pl index b5ce917f9..3f0f15d3c 100644 --- a/bin/mozilla/is.pl +++ b/bin/mozilla/is.pl @@ -397,7 +397,7 @@ sub form_header { confirm => t8('Do you really want to delete this object?'), checks => [ @req_trans_desc ], disabled => !$::form->{id}, - ]); + ]) if $show_delete; $bar->add_actions('separator'); $bar->add_actions('combobox');