Use different View on order for admins and customers
When viewing an order, i.e. for example:
admin/commerce/orders/123
the view "commerce_line_item_table" is used to display the line items. That same view is used to display the line items to the customer on for example:
user/1/orders/123
Is it possible to use different views or different view displays for these? The reason is that the first one can be very useful for administrators to display for example stock level of order time or add a link to the product edit page. These are not useful for the end customer.
So - is this possible?