Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision eaf8f6ae

Von Bernd Bleßmann vor 12 Monaten hinzugefügt

  • ID eaf8f6aec1e3c9948beb5b1b4379d59d8db589a6
  • Vorgänger 6285ab8a
  • Nachfolger ab418efb

design40: Mahnungen erzeugen, Anzeige der E-Mail-Adresse

Unterschiede anzeigen:

templates/design40_webpages/dunning/show_invoices.html
72 72
         </td>
73 73
         <td>[% HTML.escape(row.payment_term) %]</td>
74 74
         <td class="center"><input type="checkbox" name="active_[% loop.count %]" value="1" [% IF row.active %]checked[% END %]></td>
75
         <td class="center"><input type="checkbox" name="email_[% loop.count %]" value="1" [% IF row.email && row.cv_email %]checked[% END %]>[% HTML.escape(row.cv_email) %]</td>
75
         <td>[% IF row.recipient %]<input type="checkbox" name="email_[% loop.count %]" value="1" [% IF row.email && row.recipient %]checked[% END %]>[% row.recipient %][% ELSE %]<input type="checkbox" name="dummy" disabled="true"> [% LxERP.t8("No invoice email found.") %] [% END %]</td>
76 76
         <td class="center"><input type="checkbox" name="include_invoice_[% loop.count %]" value="1" [% IF row.print_original_invoice %]checked[% END %]></td>
77 77
         <td><input type="hidden" name="customername_[% loop.count %]" size="6" value="[% HTML.escape(row.customername) %]">
78 78
           <a href="controller.pl?action=CustomerVendor/edit&db=customer&id=[% row.customer_id %]">[% HTML.escape(row.customername) %]</a>

Auch abrufbar als: Unified diff