X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/23c5a95043040ef7c0eb84b160b701099a550a28..fdebfd5d0c558cb156849b01c9c9268b29dc443b:/SL/Controller/TopQuickSearch/OERecord.pm diff --git a/SL/Controller/TopQuickSearch/OERecord.pm b/SL/Controller/TopQuickSearch/OERecord.pm index adac74adf..8379608d4 100644 --- a/SL/Controller/TopQuickSearch/OERecord.pm +++ b/SL/Controller/TopQuickSearch/OERecord.pm @@ -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 { @@ -106,7 +106,7 @@ sub init_models { by => 'transdate', dir => 0, }, - transdate => t8('Transdate'), + transdate => t8('Date'), }, paginated => { per_page => 10,