Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 7ade1b95

Von Moritz Bunkus vor mehr als 13 Jahren hinzugefügt

  • ID 7ade1b958af3fdd2b7532973da0e7825d23eda96
  • Vorgänger 4229e3b8
  • Nachfolger feef731c

Model SL::DB::Prices in SL::DB::Price umbenannt

Conflicts:

SL/DB/Helper/Mappings.pm
SL/DB/Part.pm

Unterschiede anzeigen:

SL/DB/Part.pm
31 31
    class        => 'SL::DB::PriceFactor',
32 32
    column_map   => { price_factor_id => 'id' },
33 33
  },
34
  prices         => {
35
    type         => 'one to many',
36
    class        => 'SL::DB::Price',
37
    column_map   => { id => 'parts_id' },
38
  },
34 39
);
35 40

  
36 41
__PACKAGE__->meta->initialize;

Auch abrufbar als: Unified diff