diff --git a/app/views/admin/orders/_order.html.haml b/app/views/admin/orders/_order.html.haml index 3be56fe..4a7b6f3 100644 --- a/app/views/admin/orders/_order.html.haml +++ b/app/views/admin/orders/_order.html.haml @@ -1,4 +1,4 @@ -%tr#order_row.order_row{:id => order.id, :class => ("cancel" if !order.paid)} +%tr#order_row.order_row{:id => order.id, :class => ("cancel" if !order.paid and order.paypal_payment_status != "Refunded")} %td=l order.created_at %td=order.email %td=order.name