Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 2438dd57

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

  • ID 2438dd5701bf5a6c21b385c214614dfa0e54cfcf
  • Vorgänger 7dce1e6b
  • Nachfolger f5976361

RDBO: crm- und Kassentabellen ignorieren

Unterschiede anzeigen:

SL/DB/Helper/Mappings.pm
18 18
my @lxoffice_blacklist_temp = qw(
19 19
);
20 20

  
21
my @lxoffice_blacklist = (@lxoffice_blacklist_permanent, @lxoffice_blacklist_temp);
21
# tables created by crm module
22
my @crm_blacklist = qw(
23
);
24

  
25
# tables created by cash register
26
my @cash_register_blacklist = qw(
27
ekartikel ekbon ekkunde ektext erptasten
28
);
29

  
30
my @lxoffice_blacklist = (@lxoffice_blacklist_permanent, @lxoffice_blacklist_temp, @crm_blacklist, @cash_register_blacklist);
22 31

  
23 32
# map table names to their models.
24 33
# unlike rails we have no singular<->plural magic.

Auch abrufbar als: Unified diff