order line
This commit is contained in:
parent
a02cad54bd
commit
9995fc623b
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user