]> wagnertech.de Git - mfinanz.git/blobdiff - SL/Controller/TopQuickSearch/OERecord.pm
Auftrags-Controller: Verkäufer bei Kundenwechsel ändern
[mfinanz.git] / SL / Controller / TopQuickSearch / OERecord.pm
index adac74adf97955348e53c25c471be71fe1f23a83..8379608d4cdc7dad95eda63beb306ba77516393f 100644 (file)
@@ -15,11 +15,11 @@ use Rose::Object::MakeMethods::Generic (
 # nope. this is only for subclassing
 sub auth { 'NOT ALLOWED' }
 
 # 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) = @_;
 
 sub query_autocomplete {
   my ($self) = @_;
@@ -74,11 +74,11 @@ sub redirect_to_object {
 }
 
 sub type {
 }
 
 sub type {
-  ...
+  die 'must be overwritten'
 }
 
 sub cv {
 }
 
 sub cv {
-  ...
+  die 'must be overwritten'
 }
 
 sub quotation {
 }
 
 sub quotation {
@@ -106,7 +106,7 @@ sub init_models {
         by  => 'transdate',
         dir => 0,
       },
         by  => 'transdate',
         dir => 0,
       },
-      transdate => t8('Transdate'),
+      transdate => t8('Date'),
     },
     paginated  => {
       per_page => 10,
     },
     paginated  => {
       per_page => 10,