X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/974e8264c338823486ae5d4fcece5c4712e66833..53593baa211863fbf66540cf1bcc36c8fb37257f:/templates/webpages/part/_customerprices.html diff --git a/templates/webpages/part/_customerprices.html b/templates/webpages/part/_customerprices.html index 9384a6c8f..3f7eeb63a 100644 --- a/templates/webpages/part/_customerprices.html +++ b/templates/webpages/part/_customerprices.html @@ -8,6 +8,7 @@ + @@ -16,10 +17,11 @@ + [% 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 %] @@ -38,13 +40,3 @@ [% L.sortable_element('#customerprice_rows') %] - -
[%- LxERP.t8('delete item') %] [% 'position' | $T8 %] [%- LxERP.t8('reorder item') %][% 'Customer Part Number' | $T8 %] [% 'Customer Price' | $T8 %] [% 'Updated' | $T8 %]