Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision dbdaaafb

Von Moritz Bunkus vor fast 14 Jahren hinzugefügt

  • ID dbdaaafb9239a402faa889d9d89616a3e98d79fe
  • Vorgänger 4ac74078
  • Nachfolger 4ff296dd

Verknüpfungen zum Preisfaktor-Objekt

Unterschiede anzeigen:

SL/DB/InvoiceItem.pm
9 9
    type         => 'one to one',
10 10
    class        => 'SL::DB::Part',
11 11
    column_map   => { parts_id => 'id' },
12
  }
12
  },
13
  price_factor_obj => {
14
    type           => 'one to one',
15
    class          => 'SL::DB::PriceFactor',
16
    column_map     => { price_factor_id => 'id' },
17
  },
13 18
);
14 19

  
15 20
# Creates get_all, get_all_count, get_all_iterator, delete_all and update_all.
SL/DB/OrderItem.pm
9 9
    type         => 'one to one',
10 10
    class        => 'SL::DB::Part',
11 11
    column_map   => { parts_id => 'id' },
12
  }
12
  },
13
  price_factor_obj => {
14
    type           => 'one to one',
15
    class          => 'SL::DB::PriceFactor',
16
    column_map     => { price_factor_id => 'id' },
17
  },
13 18
);
14 19

  
15 20
# Creates get_all, get_all_count, get_all_iterator, delete_all and update_all.

Auch abrufbar als: Unified diff