Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision c364e43e

Von Peter Schulgin vor mehr als 7 Jahren hinzugefügt

  • ID c364e43efab3ac6f0f0c20cd6f8f89a85ab45280
  • Vorgänger b36f0864
  • Nachfolger 96593e93

Revert "Artikel-Klassifizierung"

This reverts commit 5067d7bd31514962af9730b33323b831d87164f8.

Unterschiede anzeigen:

templates/webpages/csv_import/_form_parts.html
1 1
[% USE LxERP %]
2 2
[% USE L %]
3
[% USE P %]
4 3
<tr>
5 4
 <th align="right">[%- LxERP.t8('Parts with existing part numbers') %]:</th>
6 5
 <td colspan="10">
......
36 35
<tr>
37 36
 <th align="right">[%- LxERP.t8('Type') %]:</th>
38 37
 <td colspan="10">
39
  [% opts = [ [ 'part', LxERP.t8('Parts') ], [ 'service', LxERP.t8('Services') ], [ 'mixed', LxERP.t8('Mixed (requires column "type" or "pclass")') ] ] %]
38
  [% opts = [ [ 'part', LxERP.t8('Parts') ], [ 'service', LxERP.t8('Services') ], [ 'mixed', LxERP.t8('Mixed (requires column "type")') ] ] %]
40 39
  [% L.select_tag('settings.part_type', opts, default = SELF.profile.get('part_type'), style = 'width: 300px') %]
41 40
 </td>
42 41
</tr>
43
<tr>
44
 <th align="right">[%- LxERP.t8('Parts Classification') %]:</th>
45
 <td colspan="10">
46
  [% P.select_classification('settings.parts_classification', default = SELF.profile.get('parts_classification'), style = 'width: 300px') %]
47
 </td>
48
</tr>
49 42

  
50 43
<tr>
51 44
 <th align="right" valign="top">[%- LxERP.t8('Default booking group') %]:</th>

Auch abrufbar als: Unified diff