Beim Anlegen von Buchungsgruppen für Erzeugnisse muss der Benutzer das Inventarkonto...
authorMoritz Bunkus <m.bunkus@linet-services.de>
Fri, 5 Jan 2007 12:47:04 +0000 (12:47 +0000)
committerMoritz Bunkus <m.bunkus@linet-services.de>
Fri, 5 Jan 2007 12:47:04 +0000 (12:47 +0000)
templates/webpages/dbupgrade/buchungsgruppen_assemblies_de.html
templates/webpages/dbupgrade/buchungsgruppen_assemblies_master.html

index daf9821..32e09e5 100644 (file)
@@ -55,8 +55,9 @@
     <tr>
      <td>Inventar:</td>
      <td>
-      <input type="hidden" name="inventory_accno_id_<TMPL_VAR __counter__>" value="<TMPL_VAR inventory_accno_id ESCAPE=HTML>">
-      <TMPL_VAR inventory_accno ESCAPE=HTML>--<TMPL_VAR inventory_description ESCAPE=HTML>
+      <select name="inventory_accno_id_<TMPL_VAR __counter__>">
+       <TMPL_LOOP ACC_INVENTORY><option value="<TMPL_VAR id>" <TMPL_VAR selected>><TMPL_VAR accno ESCAPE=HTML>--<TMPL_VAR description ESCAPE=HTML></option></TMPL_LOOP>
+      </select>
      </td>
     </tr>
    </TMPL_IF>
index 7381b93..1876df4 100644 (file)
@@ -55,8 +55,9 @@
     <tr>
      <td><translate>Inventory</translate>:</td>
      <td>
-      <input type="hidden" name="inventory_accno_id_<TMPL_VAR __counter__>" value="<TMPL_VAR inventory_accno_id ESCAPE=HTML>">
-      <TMPL_VAR inventory_accno ESCAPE=HTML>--<TMPL_VAR inventory_description ESCAPE=HTML>
+      <select name="inventory_accno_id_<TMPL_VAR __counter__>">
+       <TMPL_LOOP ACC_INVENTORY><option value="<TMPL_VAR id>" <TMPL_VAR selected>><TMPL_VAR accno ESCAPE=HTML>--<TMPL_VAR description ESCAPE=HTML></option></TMPL_LOOP>
+      </select>
      </td>
     </tr>
    </TMPL_IF>