Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 51323d9a

Von Jan Büren vor etwa 12 Jahren hinzugefügt

  • ID 51323d9abf9834bee661fc17eb4a192182509c2f
  • Vorgänger 384c215c
  • Nachfolger c42acfd5

Mahnprozess um Filter nach (Kunden) Land erweitert

Unterschiede anzeigen:

SL/DN.pm
483 483
    "ordnumber" => "a.ordnumber",
484 484
    "invnumber" => "a.invnumber",
485 485
    "notes"     => "a.notes",
486
    "country"   => "ct.country",
486 487
    );
487 488
  foreach my $key (keys(%columns)) {
488 489
    next unless ($form->{$key});
templates/webpages/dunning/add.html
69 69
    <th align="right" nowrap>[% 'Notes' | $T8 %]</th>
70 70
    <td colspan="3"><input name="notes" size="40"></td>
71 71
   </tr>
72
   <tr>
73
    <th align="right" nowrap>[% 'Country' | $T8 %]</th>
74
    <td colspan="3"><input name="country" size="40"></td>
75
   </tr>
72 76

  
73 77
   <tr><td colspan="2"><hr size="3" noshade></td></tr>
74 78

  

Auch abrufbar als: Unified diff