Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 79cfff8c

Von Jan Büren vor mehr als 1 Jahr hinzugefügt

  • ID 79cfff8c4035a22a330d4f6c69a851a568d892f0
  • Vorgänger bce0c798
  • Nachfolger ebdf0b76

design40: Mahnungsempfänger per Mail, Auswahl verbieten falls keine Mail

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 class="center">[% 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