]> wagnertech.de Git - mfinanz.git/blobdiff - SL/DB/Invoice.pm
warnings
[mfinanz.git] / SL / DB / Invoice.pm
index b164c03512671bd2ba6f850df091120acd6e6150..516352e8aea9f9c397b979e9aa6beebda705c909 100644 (file)
@@ -28,6 +28,11 @@ __PACKAGE__->meta->add_relationship(
       with_objects => [ 'part' ]
     }
   },
+  storno_invoices => {
+    type          => 'one to many',
+    class         => 'SL::DB::Invoice',
+    column_map    => { id => 'storno_id' },
+  },
 );
 
 __PACKAGE__->meta->initialize;