]> wagnertech.de Git - mfinanz.git/blobdiff - templates/webpages/ar/form_header.html
Vorgangsbezeichnung in Debitorenbuchung: Speichern und Laden
[mfinanz.git] / templates / webpages / ar / form_header.html
index 1b691ab07e537b1b31206e5116e8446ee8dfce73..fbd76c4d2e8e34877a9ba40a3f53e23cba603c95 100644 (file)
                   <td colspan=3>[% L.select_tag('department_id', ALL_DEPARTMENTS, default = department_id, title_key = 'description', with_empty = 1) %]</td>
                 </tr>
               [% END %]
+              <tr>
+                <th align="right">[% 'Transaction description' | $T8 %]</th>
+                <td colspan="3">[% L.input_tag("transaction_description", transaction_description, size=35, "data-validate"=INSTANCE_CONF.get_require_transaction_description_ps ? 'required' : '') %]</td>
+              </tr>
               <tr>
                 <td align=right>[% L.checkbox_tag('taxincluded', checked=taxincluded) %]</td>
                 <th align="left" nowrap><label for="taxincluded">[% 'Tax Included' | $T8 %]</label></th>