Debitorenbuchung: Wechselkurs bei Zahlung formatieren
[kivitendo-erp.git] / templates / webpages / ic / generate_report_bottom.html
index 5314fd9..9dc3ea8 100644 (file)
      <td>[%- 'Service (typeabbreviation)'    | $T8 %]</td>
      <td>[%- 'Service'                       | $T8 %]</td>
     </tr>
+    [%- IF INSTANCE_CONF.get_feature_experimental_assortment %]
     <tr class="listrow1">
      <td>[%- 'Assortment (typeabbreviation)' | $T8 %]</td>
      <td>[%- 'Assortment'                    | $T8 %]</td>
     </tr>
+    [%- END %]
  </tbody>
  </table></td>
  <td><table valign="top">
  </table></td></tr>
 </table>
 
-<form method="post" action="ic.pl">
-
+<form method="post" action="controller.pl" id="new_form">
  <input name="callback" type="hidden" value="[% HTML.escape(callback) %]">
-
- <input type="hidden" name="item" id="item_id" value="part">
- <input type="hidden" name="action" value="add">
-
- <input class="submit" type="submit" onclick="$('#item_id').val('part');return true;" value="[%- 'Add Part' | $T8 %]">
- <input class="submit" type="submit" onclick="$('#item_id').val('service');return true;" value="[%- 'Add Service' | $T8 %]">
- <input class="submit" type="submit" onclick="$('#item_id').val('assembly');return true;" value="[%- 'Add Assembly' | $T8 %]">
-
 </form>