]> wagnertech.de Git - kivitendo-erp.git/blobdiff - SL/DB/PeriodicInvoice.pm
GDPDU: Typo (transactions.csv)
[kivitendo-erp.git] / SL / DB / PeriodicInvoice.pm
index 37084ef32eb64f95a961fdddde31985bf43ab805..bb5d218e951257176dc704fb40589a91badae274 100644 (file)
@@ -6,7 +6,7 @@ use SL::DB::MetaSetup::PeriodicInvoice;
 
 __PACKAGE__->meta->add_relationships(
   invoice      => {
-    type       => 'one to one',
+    type       => 'many to one',
     class      => 'SL::DB::Invoice',
     column_map => { ar_id => 'id' },
   },