]> wagnertech.de Git - mfinanz.git/blobdiff - SL/DB/PeriodicInvoicesConfig.pm
jQuery UI fixes für CKEditor in Dialog
[mfinanz.git] / SL / DB / PeriodicInvoicesConfig.pm
index c9ef22285cb59f17e310782e8a8b5d882dd1c681..7480c3a5f10637f1d1f60ce1828a2e1a2cf79876 100644 (file)
@@ -4,14 +4,6 @@ use strict;
 
 use SL::DB::MetaSetup::PeriodicInvoicesConfig;
 
-__PACKAGE__->meta->add_relationships(
-  order        => {
-    type       => 'many to one',
-    class      => 'SL::DB::Order',
-    column_map => { oe_id => 'id' },
-  },
-);
-
 __PACKAGE__->meta->initialize;
 
 # Creates get_all, get_all_count, get_all_iterator, delete_all and update_all.