Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision f228324c

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

  • ID f228324c670ac2526142fb3123bdca3b2167613c
  • Vorgänger 63c33924
  • Nachfolger f9152df2

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>[% 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>
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