]> wagnertech.de Git - mfinanz.git/blobdiff - SL/DB/CustomerTax.pm
Überflüssige Tabellen customertax, vendortax, partstax entfernt
[mfinanz.git] / SL / DB / CustomerTax.pm
diff --git a/SL/DB/CustomerTax.pm b/SL/DB/CustomerTax.pm
deleted file mode 100644 (file)
index 2efc60e..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::CustomerTax;
-
-use strict;
-
-use SL::DB::MetaSetup::CustomerTax;
-
-# Creates get_all, get_all_count, get_all_iterator, delete_all and update_all.
-__PACKAGE__->meta->make_manager_class;
-
-1;