Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 14d07f37

Von Moritz Bunkus vor etwa 14 Jahren hinzugefügt

  • ID 14d07f37b1f03ecb512b221faeb93e62dfd34b3d
  • Vorgänger e9fb6244
  • Nachfolger 9229c547

Verknüpfungen zum Unit-Model

Unterschiede anzeigen:

SL/DB/InvoiceItem.pm
class => 'SL::DB::PriceFactor',
column_map => { price_factor_id => 'id' },
},
unit_obj => {
type => 'one to one',
class => 'SL::DB::Unit',
column_map => { unit => 'name' },
},
);
# Creates get_all, get_all_count, get_all_iterator, delete_all and update_all.
SL/DB/OrderItem.pm
class => 'SL::DB::PriceFactor',
column_map => { price_factor_id => 'id' },
},
unit_obj => {
type => 'one to one',
class => 'SL::DB::Unit',
column_map => { unit => 'name' },
},
);
# Creates get_all, get_all_count, get_all_iterator, delete_all and update_all.

Auch abrufbar als: Unified diff