Überreste von "gifi" entfernen (siehe 0daf163)
authorMoritz Bunkus <m.bunkus@linet-services.de>
Tue, 12 Mar 2013 07:49:47 +0000 (08:49 +0100)
committerMoritz Bunkus <m.bunkus@linet-services.de>
Tue, 12 Mar 2013 07:49:47 +0000 (08:49 +0100)
Fixt #2209.

SL/DB/Gifi.pm [deleted file]
SL/DB/Helper/ALL.pm
SL/DB/Helper/Mappings.pm
SL/DB/MetaSetup/Chart.pm
SL/DB/MetaSetup/Gifi.pm [deleted file]
SL/DB/MetaSetup/Vendor.pm

diff --git a/SL/DB/Gifi.pm b/SL/DB/Gifi.pm
deleted file mode 100644 (file)
index 9a1c7f5..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-# This file has been auto-generated only because it didn't exist.
-# Feel free to modify it at will; it will not be overwritten automatically.
-
-package SL::DB::Gifi;
-
-use strict;
-
-use SL::DB::MetaSetup::Gifi;
-
-# Creates get_all, get_all_count, get_all_iterator, delete_all and update_all.
-__PACKAGE__->meta->make_manager_class;
-
-1;
index ed78255..bff5089 100644 (file)
@@ -42,7 +42,6 @@ use SL::DB::FollowUpAccess;
 use SL::DB::FollowUpLink;
 use SL::DB::GLTransaction;
 use SL::DB::GenericTranslation;
-use SL::DB::Gifi;
 use SL::DB::History;
 use SL::DB::Inventory;
 use SL::DB::Invoice;
index e77d027..35845a8 100644 (file)
@@ -72,7 +72,6 @@ my %lxoffice_package_names = (
   follow_up_links                => 'follow_up_link',
   follow_ups                     => 'follow_up',
   generic_translations           => 'generic_translation',
-  gifi                           => 'gifi',
   gl                             => 'GLTransaction',
   history_erp                    => 'history',
   inventory                      => 'inventory',
index c6cce71..0213365 100644 (file)
@@ -16,7 +16,6 @@ __PACKAGE__->meta->setup(
     charttype      => { type => 'character', default => 'A', length => 1 },
     category       => { type => 'character', length => 1 },
     link           => { type => 'text' },
-    gifi_accno     => { type => 'text' },
     taxkey_id      => { type => 'integer' },
     pos_ustva      => { type => 'integer' },
     pos_bwa        => { type => 'integer' },
diff --git a/SL/DB/MetaSetup/Gifi.pm b/SL/DB/MetaSetup/Gifi.pm
deleted file mode 100644 (file)
index dc9c8b8..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-# This file has been auto-generated. Do not modify it; it will be overwritten
-# by rose_auto_create_model.pl automatically.
-package SL::DB::Gifi;
-
-use strict;
-
-use base qw(SL::DB::Object);
-
-__PACKAGE__->meta->setup(
-  table   => 'gifi',
-
-  columns => [
-    accno       => { type => 'text' },
-    description => { type => 'text' },
-    id          => { type => 'serial', not_null => 1 },
-  ],
-
-  primary_key_columns => [ 'id' ],
-
-  unique_key => [ 'accno' ],
-);
-
-1;
-;
index cc93663..d8854fa 100644 (file)
@@ -29,7 +29,6 @@ __PACKAGE__->meta->setup(
     vendornumber   => { type => 'text' },
     cc             => { type => 'text' },
     bcc            => { type => 'text' },
-    gifi_accno     => { type => 'text' },
     business_id    => { type => 'integer' },
     taxnumber      => { type => 'text' },
     discount       => { type => 'float', precision => 4 },