Angebote/Aufträge: Benutzerdef. Variablen in Lieferadressen gefixt
[kivitendo-erp.git] / templates / webpages / client_config / _miscellaneous.html
index 5183b7c..35a9728 100644 (file)
 
   <tr>
    <td align="right">[% LxERP.t8("Tax number") %]</td>
+   [% IF SELF.defaults.feature_ustva %]
    <td>[% SELF.defaults.taxnumber %]&nbsp;&nbsp;<a href="ustva.pl?action=config_step1">([% LxERP.t8("For changeing goto USTVA Config") %])</a></td>
+   [% ELSE %]
+   <td>[% L.input_tag('defaults.taxnumber', SELF.defaults.taxnumber, style=style) %]</td>
+   [% END %]
   </tr>
 
   <tr>
   </tr>
 
 [% FOREACH currency = SELF.all_currencies %]
-  [% L.hidden_tag("currencies[+].id", currency.id) %]
   <tr>
-   <td align="right">[% IF loop.count == 1 %][% LxERP.t8("Currencies") %][% END %]</td>
+   <td align="right">
+     [% L.hidden_tag("currencies[+].id", currency.id) %]
+     [% IF loop.count == 1 %][% LxERP.t8("Currencies") %][% END %]
+   </td>
    <td>[% L.input_tag("currencies[].name", currency.name, style=style) %]</td>
    <td align="center">[% L.radio_button_tag('defaults.currency_id', value=currency.id, id='defaults.currency_id_' _ currency.id, checked=(SELF.defaults.currency_id == currency.id)) %]</td>
    <td>[% IF loop.count == 1 %][% LxERP.t8("Edit the currency names in order to rename them.") %][%- END %]</td>
 [% END %]
  </table>
 </div>
-</div>