]> wagnertech.de Git - kivitendo-erp.git/commitdiff
Part: makemodels und customerprices automatisch stripen
authorSven Schöling <s.schoeling@linet-services.de>
Mon, 8 Jan 2018 15:25:32 +0000 (16:25 +0100)
committerSven Schöling <s.schoeling@linet-services.de>
Mon, 8 Jan 2018 17:02:26 +0000 (18:02 +0100)
templates/webpages/part/_customerprice_row.html
templates/webpages/part/_makemodel_row.html

index 00ec8f0891dd0fcf1584516e4cbbd493acdf2bf1..5888bba7cc476f816dead2d39739591462d2c5f2 100644 (file)
@@ -2,7 +2,7 @@
 [%- USE L %]
 [%- USE HTML %]
 [%- USE LxERP %]
-        <tr class="listrow[% listrow % 2 %] customerprice_row">
+        <tr class="listrow customerprice_row">
          <td style='display:none'>
          [% L.hidden_tag("customerprices[+].customer_id", customerprice.customer_id) %]
          [% L.hidden_tag("customerprices[].id"   , customerprice.id) %]
index 07ecd3fef261059c7adda17afe6d8da1e5f7b8ff..8e7308ca4a22aa06bf4fb6c75c1bb60d12d076b3 100644 (file)
@@ -2,7 +2,7 @@
 [%- USE L %]
 [%- USE HTML %]
 [%- USE LxERP %]
-        <tr class="listrow[% listrow % 2 %] makemodel_row">
+        <tr class="listrow makemodel_row">
          <td style='display:none'>
          [% L.hidden_tag("makemodels[+].make", makemodel.make) %]
          [% L.hidden_tag("makemodels[].id"   , makemodel.id) %]