ActionBar: Verwendung bei Preisregeln standardisiert
[kivitendo-erp.git] / SL / Controller / PriceRule.pm
index 2ced8ed..3b1c8c2 100644 (file)
@@ -311,14 +311,10 @@ sub setup_search_action_bar {
   for my $bar ($::request->layout->get('actionbar')) {
     $bar->add(
       action => [
-        t8('Search'),
+        t8('Update'),
         submit    => [ '#search_form', { action => 'PriceRule/list' } ],
         accesskey => 'enter',
       ],
-      action => [
-        t8('Reset'),
-        call => [ 'kivi.PriceRule.reset_search_form' ],
-      ],
 
       combobox => [
         action => [