Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 1b65e282

Von Sven Schöling vor etwa 13 Jahren hinzugefügt

  • ID 1b65e282f1ef2e45b0c7aa8027b8d9ec8a7c2816
  • Vorgänger e1bf173b
  • Nachfolger 830c0894

tabelle invoice <-> InvoiceItem.

Unterschiede anzeigen:

SL/DB/InvoiceItem.pm
3 3
use strict;
4 4

  
5 5
use SL::DB::MetaSetup::InvoiceItem;
6
use SL::DB::Helper::CustomVariables (
7
  sub_module  => 'invoice',
8
  cvars_alias => 1,
9
  overloads   => {
10
    parts_id => 'SL::DB::Part',
11
  },
12
);
6 13

  
7 14
__PACKAGE__->meta->add_relationship(
8 15
  part => {

Auch abrufbar als: Unified diff