Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision a34c6b88

Von Sven Schöling vor mehr als 6 Jahren hinzugefügt

  • ID a34c6b883f98e0de38ce4d7f4920b82831ca8a66
  • Vorgänger 974e8264
  • Nachfolger fded0cc6

Part: makemodels und customerprices automatisch stripen

Unterschiede anzeigen:

templates/webpages/part/_customerprice_row.html
2 2
[%- USE L %]
3 3
[%- USE HTML %]
4 4
[%- USE LxERP %]
5
        <tr class="listrow[% listrow % 2 %] customerprice_row">
5
        <tr class="listrow customerprice_row">
6 6
         <td style='display:none'>
7 7
         [% L.hidden_tag("customerprices[+].customer_id", customerprice.customer_id) %]
8 8
         [% L.hidden_tag("customerprices[].id"   , customerprice.id) %]
templates/webpages/part/_makemodel_row.html
2 2
[%- USE L %]
3 3
[%- USE HTML %]
4 4
[%- USE LxERP %]
5
        <tr class="listrow[% listrow % 2 %] makemodel_row">
5
        <tr class="listrow makemodel_row">
6 6
         <td style='display:none'>
7 7
         [% L.hidden_tag("makemodels[+].make", makemodel.make) %]
8 8
         [% L.hidden_tag("makemodels[].id"   , makemodel.id) %]

Auch abrufbar als: Unified diff