]> wagnertech.de Git - mfinanz.git/blobdiff - SL/Controller/TopQuickSearch/OERecord.pm
Neue Part-Methoden für Erzeugnis- und Sortimentssummen
[mfinanz.git] / SL / Controller / TopQuickSearch / OERecord.pm
index adac74adf97955348e53c25c471be71fe1f23a83..3c6d2e3ddba3fd6282e9e1e3a64c31fa01b66daf 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 {