]> wagnertech.de Git - mfinanz.git/blobdiff - templates/webpages/dunning/edit_config.html
date error in mapping
[mfinanz.git] / templates / webpages / dunning / edit_config.html
index 19686f03c4401ae242d023a5dd6924a26907f652..04d964c85daf187ff54750a065534093fad0549c 100644 (file)
     <td>[% L.select_tag('dunning_creator', [ [ 'current_employee', LxERP.t8('Current Employee') ],[ 'invoice_employee', LxERP.t8('Employee from the original invoice') ]  ], default=dunning_creator) %]
     </td>
    </tr>
+    <tr>
+      <th align="right">[% 'Original Invoice' | $T8 %]</th>
+      <td>[% L.select_tag('dunning_original_invoice_creation_mode', [
+                 [ 'create_new', LxERP.t8('Create new record.') ],
+                 [ 'use_last_created_or_create_new',
+                   LxERP.t8('Use last created record or create new.') ],
+              ], default=dunning_original_invoice_creation_mode) %]
+      </td>
+    </tr>
   </table>
 
   <input type="hidden" name="callback" value="[% HTML.escape(callback) %]">