X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/dbbf892309056494e9243df8b7599096ef9e42c5..fdebfd5d0c558cb156849b01c9c9268b29dc443b:/SL/DB/Manager/PaymentTerm.pm diff --git a/SL/DB/Manager/PaymentTerm.pm b/SL/DB/Manager/PaymentTerm.pm index abe6837fa..895410a77 100644 --- a/SL/DB/Manager/PaymentTerm.pm +++ b/SL/DB/Manager/PaymentTerm.pm @@ -14,7 +14,7 @@ __PACKAGE__->make_manager_methods; sub _sort_spec { return ( default => [ 'sortkey', 1 ], columns => { SIMPLE => 'ALL', - map { ( $_ => "lower(payment_terms.${_})" ) } qw(description description_long), + map { ( $_ => "lower(payment_terms.${_})" ) } qw(description description_long description_long_invoice), }); }