X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/4aded4e8dae01257d3d835251b9ae7c2d7c8a767..78034f2431414b414d171b720bc0438635e19ae5:/SL/DB/Business.pm diff --git a/SL/DB/Business.pm b/SL/DB/Business.pm index be9120e3c..badd0b5b4 100644 --- a/SL/DB/Business.pm +++ b/SL/DB/Business.pm @@ -7,8 +7,6 @@ use strict; use SL::DB::MetaSetup::Business; -__PACKAGE__->attr_percent('discount', places => -2); - # Creates get_all, get_all_count, get_all_iterator, delete_all and update_all. __PACKAGE__->meta->make_manager_class;