X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/168836cf2b4967a5fb2332867b329785cccc932a..9f07753bc46cf5614fe454656f352bc74de5920a:/SL/DB/CustomerTax.pm diff --git a/SL/DB/CustomerTax.pm b/SL/DB/CustomerTax.pm deleted file mode 100644 index 2efc60e18..000000000 --- a/SL/DB/CustomerTax.pm +++ /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;