ActionBar: Verwendung bei »System« → »Korrekturen im Hauptbuch«
[kivitendo-erp.git] / SL / Controller / TopQuickSearch / OERecord.pm
index adac74a..3c6d2e3 100644 (file)
@@ -15,11 +15,11 @@ use Rose::Object::MakeMethods::Generic (
 # nope. this is only for subclassing
 sub auth { 'NOT ALLOWED' }
 
-sub name { ... }
+sub name { die 'must be overwritten' }
 
-sub description_config { ... }
+sub description_config { die 'must be overwritten' }
 
-sub description_field { ... }
+sub description_field { die 'must be overwritten' }
 
 sub query_autocomplete {
   my ($self) = @_;
@@ -74,11 +74,11 @@ sub redirect_to_object {
 }
 
 sub type {
-  ...
+  die 'must be overwritten'
 }
 
 sub cv {
-  ...
+  die 'must be overwritten'
 }
 
 sub quotation {