]> wagnertech.de Git - mfinanz.git/blobdiff - templates/webpages/ap/form_header.html
Vorgangsbezeichnung in Kreditorenbuchung: Speichern, Laden, Workflow
[mfinanz.git] / templates / webpages / ap / form_header.html
index c4902bbe304ef9e9f1e5d50cda6012f9d8ab931a..d59a65e57c8ae5be3ac98275aa9beb592488d187 100644 (file)
                 </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"><input name="taxincluded" class="checkbox" type="checkbox" value="1" [% IF ( taxincluded ) %]checked[% END %]></td>
                 <th align=left nowrap>[% 'Tax Included' | $T8 %]</th>