From edd7f7c059e822ad21eafe3b44e2048aa32f432b Mon Sep 17 00:00:00 2001 From: David Ohlbrecht Date: Mon, 30 Nov 2009 10:56:04 +0100 Subject: [PATCH] =?utf8?q?Fix=20nachtr=C3=A4glich=20zu=20den=20Mahnungsfix?= =?utf8?q?es?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- SL/DN.pm | 1 + bin/mozilla/dn.pl | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/SL/DN.pm b/SL/DN.pm index 45248a55a..0e378d69d 100644 --- a/SL/DN.pm +++ b/SL/DN.pm @@ -613,6 +613,7 @@ sub get_dunning { 'duedate' => [ qw(a.duedate a.invnumber) ], 'dunning_date' => [ qw(dunning_date a.invnumber) ], 'dunning_duedate' => [ qw(dunning_duedate a.invnumber) ], + 'salesman' => [ qw(salesman) ], ); my $sortdir = !defined $form->{sortdir} ? 'ASC' : $form->{sortdir} ? 'ASC' : 'DESC'; diff --git a/bin/mozilla/dn.pl b/bin/mozilla/dn.pl index d6684dd96..a72ab89ea 100644 --- a/bin/mozilla/dn.pl +++ b/bin/mozilla/dn.pl @@ -321,7 +321,7 @@ sub show_dunning { $main::auth->assert('dunning_edit'); my @filter_field_list = qw(customer_id customer dunning_level department_id invnumber ordnumber - transdatefrom transdateto dunningfrom dunningto notes showold salesman); + transdatefrom transdateto dunningfrom dunningto notes showold l_salesman salesman_id); report_generator_set_default_sort('customername', 1); -- 2.20.1