Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 4f15333b

Von Moritz Bunkus vor fast 12 Jahren hinzugefügt

  • ID 4f15333b8cc0ae1b0b4089adc2e516ba002b298b
  • Vorgänger b810b2e9
  • Nachfolger dd6282f6

Fremdschlüssel für Tabellen oe, delivery_orders, parts, translation

Unterschiede anzeigen:

SL/DB/MetaSetup/Part.pm
60 60
      key_columns => { buchungsgruppen_id => 'id' },
61 61
    },
62 62

  
63
    partsgroup => {
64
      class       => 'SL::DB::PartsGroup',
65
      key_columns => { partsgroup_id => 'id' },
66
    },
67

  
68
    payment => {
69
      class       => 'SL::DB::PaymentTerm',
70
      key_columns => { payment_id => 'id' },
71
    },
72

  
73
    price_factor => {
74
      class       => 'SL::DB::PriceFactor',
75
      key_columns => { price_factor_id => 'id' },
76
    },
77

  
63 78
    unit_obj => {
64 79
      class       => 'SL::DB::Unit',
65 80
      key_columns => { unit => 'name' },

Auch abrufbar als: Unified diff