Mahnprozess um Filter nach (Kunden) Land erweitert
authorJan Büren <jan@kivitendo-premium.de>
Fri, 12 Oct 2012 15:34:44 +0000 (17:34 +0200)
committerJan Büren <jan@kivitendo-premium.de>
Fri, 12 Oct 2012 15:34:44 +0000 (17:34 +0200)
SL/DN.pm
templates/webpages/dunning/add.html

index 6d00f43..94e5b77 100644 (file)
--- 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});
index 9b6d4e2..da8d947 100644 (file)
     <th align="right" nowrap>[% 'Notes' | $T8 %]</th>
     <td colspan="3"><input name="notes" size="40"></td>
    </tr>
+   <tr>
+    <th align="right" nowrap>[% 'Country' | $T8 %]</th>
+    <td colspan="3"><input name="country" size="40"></td>
+   </tr>
 
    <tr><td colspan="2"><hr size="3" noshade></td></tr>