From 51323d9abf9834bee661fc17eb4a192182509c2f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20B=C3=BCren?= Date: Fri, 12 Oct 2012 17:34:44 +0200 Subject: [PATCH] Mahnprozess um Filter nach (Kunden) Land erweitert --- SL/DN.pm | 1 + templates/webpages/dunning/add.html | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/SL/DN.pm b/SL/DN.pm index 6d00f438a..94e5b7708 100644 --- a/SL/DN.pm +++ b/SL/DN.pm @@ -483,6 +483,7 @@ sub get_invoices { "ordnumber" => "a.ordnumber", "invnumber" => "a.invnumber", "notes" => "a.notes", + "country" => "ct.country", ); foreach my $key (keys(%columns)) { next unless ($form->{$key}); diff --git a/templates/webpages/dunning/add.html b/templates/webpages/dunning/add.html index 9b6d4e287..da8d94752 100644 --- a/templates/webpages/dunning/add.html +++ b/templates/webpages/dunning/add.html @@ -69,6 +69,10 @@ [% 'Notes' | $T8 %] + + [% 'Country' | $T8 %] + +
-- 2.20.1