Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 5991c23e

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

  • ID 5991c23e862cb7be141c8aab0b2e645fea32fca1
  • Vorgänger 7148af2b
  • Nachfolger 19f96ce5

Leads aus den ROSE Models entfernt (kommt aus der CRM, wird nicht von der ERP verwaltet)

Unterschiede anzeigen:

SL/DB/Helpers/Mappings.pm
2 2

  
3 3
use strict;
4 4

  
5
# these will not be managed as Rose::DB models, because they are not normalized
6
# significant changes are needed to get them done.
5
# these will not be managed as Rose::DB models, because they are not normalized,
6
# significant changes are needed to get them done, or they were done by CRM.
7 7
my @lxoffice_blacklist_permanent = qw(
8
  leads
8 9
);
9 10

  
10 11
# these are not managed _yet_, but will hopefully at some point.
......
51 52
  inventory                      => 'inventory',
52 53
  invoice                        => 'invoice_item',
53 54
  language                       => 'language',
54
  leads                          => 'lead',
55 55
  license                        => 'license',
56 56
  licenseinvoice                 => 'license_invoice',
57 57
  makemodel                      => 'make_model',

Auch abrufbar als: Unified diff