]> wagnertech.de Git - mfinanz.git/blobdiff - templates/webpages/part/_customerprices.html
Kundenspezifische Artikelpreise: Reihenfolge/sortorder berücksichtigen
[mfinanz.git] / templates / webpages / part / _customerprices.html
index 49f32c3289f2b9c2248b57acc4b85965af97ce5c..b9ffd47984d02d85b28631f0ec9a8ff89a9a76ea 100644 (file)
@@ -19,7 +19,7 @@
         </thead>
         <tbody id="customerprice_rows">
         [% SET listrow = 0 %]
-        [%- FOREACH customerprice = SELF.part.customerprices %]
+        [%- FOREACH customerprice = SELF.part.customerprices_sorted %]
         [% listrow = listrow + 1 %]
         [% PROCESS 'part/_customerprice_row.html' customerprice=customerprice listrow=listrow %]
         [%- END %]