1 package SL::DB::PaymentTerm;
5 use SL::DB::MetaSetup::PaymentTerm;
6 use SL::DB::Manager::PaymentTerm;
7 use SL::DB::Helper::ActsAsList;
8 use SL::DB::Helper::TranslatedAttributes;
14 push @errors, $::locale->text('The description is missing.') if !$self->description;
15 push @errors, $::locale->text('The long description is missing.') if !$self->description_long;