Revision 5e681352
Von Jan Büren vor mehr als 13 Jahren hinzugefügt
templates/webpages/payment_term/form.html | ||
---|---|---|
69 | 69 |
|
70 | 70 |
<table> |
71 | 71 |
<tr class="listheading"><th>[%- LxERP.t8('Field') %]</th><th>[%- LxERP.t8('Description') %]</th></tr> |
72 |
<tr><td><%description%></td><td>[% LxERP.t8("Payment description") %]</td></tr>
|
|
73 |
<tr><td><%description_long%></td><td>[% LxERP.t8("Payment description detail") %]</td></tr>
|
|
72 |
<tr><td><%payment_terms%></td><td>[% LxERP.t8("Payment description") %]</td></tr>
|
|
73 |
<tr><td><%payment_description%></td><td>[% LxERP.t8("Payment description detail") %]</td></tr>
|
|
74 | 74 |
<tr><td><%netto_date%></td><td>[% LxERP.t8("Date the payment is due in full") %]</td></tr> |
75 | 75 |
<tr><td><%skonto_date%></td><td>[% LxERP.t8("Date the payment is due with discount") %]</td></tr> |
76 | 76 |
<tr><td><%skonto_amount%></td><td>[% LxERP.t8("The deductible amount") %]</td></tr> |
Auch abrufbar als: Unified diff
Nachtrag zu gerade, die korrekten Variablennamen aus der Form und nicht die aus dem SQL-Statement als Beschreibung nehmen.