X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fshop_order%2Flist.html;h=e8c10340cd4ebb7e07cef13cbd3a41c102cec0af;hb=59274d46487423806bdc4c76ea405c57d9e45c0a;hp=1da0b17fa104c28340aa983208e44193ba656d8a;hpb=11d2ae5772060a0426dc8722dfe69bf2c6aeceea;p=kivitendo-erp.git diff --git a/templates/webpages/shop_order/list.html b/templates/webpages/shop_order/list.html index 1da0b17fa..e8c10340c 100644 --- a/templates/webpages/shop_order/list.html +++ b/templates/webpages/shop_order/list.html @@ -1,9 +1,8 @@ [%- USE HTML -%][%- USE LxERP -%][%- USE L -%][%- USE T8 -%] -[% USE Dumper %] [% L.stylesheet_tag('webshop') %] [%- INCLUDE 'common/flash.html' %] -

[% title %][% 'Number data sets' | $T8 %]: [% SHOPORDERS.size %]

+

[% title %][% 'Number of data sets' | $T8 %]: [% SHOPORDERS.size %]

[%- PROCESS 'shop_order/_filter.html' filter=SELF.models.filtered.laundered %]
@@ -147,7 +146,6 @@
[% FOREACH shop_order = SHOPORDERS %] - [% # Dumper.dump_html(shop_order) %] [% IF shop_order.kivi_customer.id && shop_order.kivi_customer.order_lock == 0 && shop_order.open_invoices == 0 %] [% SET transferable = 1 %] [% SET transferable_class = 'class="shop_transferable"' %] [% ELSE %] [% SET transferable = 0 %] [% SET transferable_class = '' %][% END %] [% HTML.escape(shop_order.shop.description) %] @@ -194,6 +192,9 @@ [%- INCLUDE 'shop_order/_transfer_status.html' %]
+