From ccfc4635d72ad33f707109a0f6867ee56418f13d Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Fri, 2 Aug 2013 09:59:51 +0200 Subject: [PATCH] CRM-Tabellen in die Blacklist aufnehmen --- SL/DB/Helper/Mappings.pm | 47 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) diff --git a/SL/DB/Helper/Mappings.pm b/SL/DB/Helper/Mappings.pm index 42ae62fea..e8dfb5623 100644 --- a/SL/DB/Helper/Mappings.pm +++ b/SL/DB/Helper/Mappings.pm @@ -22,6 +22,53 @@ my @kivitendo_blacklist_temp = qw( # tables created by crm module my @crm_blacklist = qw( + blz_data + bundesland + contmasch + contract + crm + crmdefaults + crmemployee + custmsg + docfelder + documents + documenttotc + docvorlage + extra_felder + geodb_changelog + geodb_coordinates + geodb_floatdata + geodb_hierarchies + geodb_intdata + geodb_locations + geodb_textdata + geodb_type_names + grpusr + gruppenname + history + labels + labeltxt + mailvorlage + maschine + maschmat + opport_status + opportunity + postit + repauftrag + telcall + telcallhistory + telnr + tempcsvdata + termdate + termincat + termine + terminmember + timetrack + tt_event + tt_parts + wiedervorlage + wissencategorie + wissencontent ); # tables created by cash register -- 2.20.1