Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 997c9f23

Von Sven Schöling vor fast 14 Jahren hinzugefügt

  • ID 997c9f2390c5cf472b221b75d55e1c866612219a
  • Vorgänger b364553b
  • Nachfolger 22ae0bf0

Parts: buchungsgruppen und partsgroup verlinkt.

Unterschiede anzeigen:

SL/DB/Part.pm
18 18
    class        => 'SL::DB::Assembly',
19 19
    column_map   => { id => 'id' },
20 20
  },
21
  partsgroup                     => {
22
    type         => 'one to one',
23
    class        => 'SL::DB::PartsGroup',
24
    column_map   => { partsgroup_id => 'id' },
25
  },
21 26
);
22 27

  
23 28
__PACKAGE__->meta->initialize;
......
103 108
  shift->unit_obj->convertible_units;
104 109
}
105 110

  
111
# autogenerated accessor is slightly off...
112
sub buchungsgruppe {
113
  shift->buchungsgruppen(@_);
114
}
115

  
106 116
1;
107 117

  
108 118
__END__

Auch abrufbar als: Unified diff