diff --git a/templates/backOffice/default/customer-edit.html b/templates/backOffice/default/customer-edit.html index 62bdf1765..fd14c4cb9 100644 --- a/templates/backOffice/default/customer-edit.html +++ b/templates/backOffice/default/customer-edit.html @@ -275,7 +275,7 @@
- {loop type="order" name="order-list" customer="{$customer_id}" backend_context="1" status='*'} + {loop type="order" name="order-list" customer="{$customer_id}" backend_context="1" status='*' page={$page} limit=10} {loop type="order-status" name="order-status" id=$STATUS} {assign "orderStatus" $TITLE} {assign "orderStatusLabel" "order_$CODE"} @@ -290,6 +290,20 @@ {/loop} + +