Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 727a085b

Von Tamino Steinert vor 8 Monaten hinzugefügt

  • ID 727a085b0993d6988891a14a8cb0af61670790ef
  • Vorgänger 6986c898
  • Nachfolger 834baa6e

Varianten: PartPicker: MultiItem: zeige Artikel-Ausprägung an

Unterschiede anzeigen:

templates/design40_webpages/part/_multi_items_result.html
29 29
        [% L.input_tag("add_items[].qty_as_number", '', size=5, class = 'multi_items_qty numeric wi-verysmall') %]
30 30
      </td>
31 31
      <td>[% HTML.escape(item.unit) %]</td>
32
      <td>[% item.presenter.part %] [% HTML.escape(item.description) %]</td>
32
      <td>[% item.presenter.part %] [% HTML.escape(item.description) %] [% HTML.escape(item.variant_values) %]</td>
33 33
      <td class="numeric">[% HTML.escape(item.sellprice_as_number) %]</td>
34 34
      <td class="numeric">[% HTML.escape(item.partsgroup.partsgroup) %]</td>
35 35
    </tr>
templates/webpages/part/_multi_items_result.html
25 25
                       class = 'multi_items_qty numeric') %]
26 26
      </td>
27 27
      <td>[% HTML.escape(item.unit) %]</td>
28
      <td>[% item.presenter.part %] [% HTML.escape(item.description) %]</td>
28
      <td>[% item.presenter.part %] [% HTML.escape(item.description) %] [% HTML.escape(item.variant_values) %]</td>
29 29
      <td class="numeric">[% HTML.escape(item.sellprice_as_number) %]</td>
30 30
      <td class="numeric">[% HTML.escape(item.partsgroup.partsgroup) %]</td>
31 31
    </tr>

Auch abrufbar als: Unified diff