X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FDB%2FBusiness.pm;h=badd0b5b4279bd3677707447cd74aef3240e9aed;hb=31763b4ace84990c9e3743a50849ec51ab921dfa;hp=be9120e3c6eb59e3baad7d58249b26b969b2f739;hpb=82515b2d93dc5632f24d6e0b6f8f05f3fd19fbb0;p=kivitendo-erp.git 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;