Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision fc1490e8

Von Moritz Bunkus vor mehr als 11 Jahren hinzugefügt

  • ID fc1490e86f04bef1712a767ff53b4293abdb5aaf
  • Vorgänger ce004da6
  • Nachfolger bc3a01ae

Relationships 'sepa_export_items' in Invoice & PurchaseInvoice

Unterschiede anzeigen:

SL/DB/Invoice.pm
33 33
    class         => 'SL::DB::Invoice',
34 34
    column_map    => { id => 'storno_id' },
35 35
  },
36
  sepa_export_items => {
37
    type            => 'one to many',
38
    class           => 'SL::DB::SepaExportItem',
39
    column_map      => { id => 'ar_id' },
40
    manager_args    => { with_objects => [ 'sepa_export' ] }
41
  },
36 42
);
37 43

  
38 44
__PACKAGE__->meta->initialize;

Auch abrufbar als: Unified diff