Nachtrag zu gerade, die korrekten Variablennamen aus der Form und nicht die aus dem...
authorJan Büren <jan@lx-office-hosting.de>
Mon, 16 May 2011 07:05:29 +0000 (09:05 +0200)
committerJan Büren <jan@lx-office-hosting.de>
Mon, 16 May 2011 07:05:29 +0000 (09:05 +0200)
templates/webpages/payment_term/form.html [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index 102fdaa..3e7ee18
@@ -69,8 +69,8 @@
 
   <table>
    <tr class="listheading"><th>[%- LxERP.t8('Field') %]</th><th>[%- LxERP.t8('Description') %]</th></tr>
-   <tr><td>&lt;%description%&gt;</td><td>[% LxERP.t8("Payment description") %]</td></tr>
-   <tr><td>&lt;%description_long%&gt;</td><td>[% LxERP.t8("Payment description detail") %]</td></tr>
+   <tr><td>&lt;%payment_terms%&gt;</td><td>[% LxERP.t8("Payment description") %]</td></tr>
+   <tr><td>&lt;%payment_description%&gt;</td><td>[% LxERP.t8("Payment description detail") %]</td></tr>
    <tr><td>&lt;%netto_date%&gt;</td><td>[% LxERP.t8("Date the payment is due in full") %]</td></tr>
    <tr><td>&lt;%skonto_date%&gt;</td><td>[% LxERP.t8("Date the payment is due with discount") %]</td></tr>
    <tr><td>&lt;%skonto_amount%&gt;</td><td>[% LxERP.t8("The deductible amount") %]</td></tr>