Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 0ca820f6

Von Moritz Bunkus vor mehr als 11 Jahren hinzugefügt

  • ID 0ca820f691552aafda8e0f3e8dedad3af3dbb2ce
  • Vorgänger 29f99d33
  • Nachfolger 78c5d01b

SL::DB::Order: falsche one-to-many zu PeriodicInvoice entfernt

Unterschiede anzeigen:

SL/DB/Order.pm
31 31
    class                  => 'SL::DB::PeriodicInvoicesConfig',
32 32
    column_map             => { id => 'oe_id' },
33 33
  },
34
  periodic_invoices        => {
35
    type                   => 'one to many',
36
    class                  => 'SL::DB::PeriodicInvoice',
37
    column_map             => { id => 'oe_id' },
38
  },
39 34
  payment_term => {
40 35
    type       => 'one to one',
41 36
    class      => 'SL::DB::PaymentTerm',

Auch abrufbar als: Unified diff