Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision cab8b4ae

Von Kivitendo Admin vor mehr als 7 Jahren hinzugefügt

  • ID cab8b4ae2744638252ab50ab57003c74bdd23b3e
  • Vorgänger 8b07d0ac
  • Nachfolger 05709cd1

Part CsvImport - Umbenennung parts_type nach part_type

Unterschiede anzeigen:

templates/webpages/csv_import/_form_parts.html
36 36
 <th align="right">[%- LxERP.t8('Type') %]:</th>
37 37
 <td colspan="10">
38 38
  [% opts = [ [ 'part', LxERP.t8('Parts') ], [ 'service', LxERP.t8('Services') ], [ 'mixed', LxERP.t8('Mixed (requires column "type")') ] ] %]
39
  [% L.select_tag('settings.parts_type', opts, default = SELF.profile.get('parts_type'), style = 'width: 300px') %]
39
  [% L.select_tag('settings.part_type', opts, default = SELF.profile.get('part_type'), style = 'width: 300px') %]
40 40
 </td>
41 41
</tr>
42 42

  

Auch abrufbar als: Unified diff