Changeset 1344
- Timestamp:
- 02/27/07 14:17:37 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
peasantonline/app/views/admin/_show_line_items.rhtml
r1343 r1344 35 35 <% end %> 36 36 <%= 37 @subtotal = total_price 38 @discount = 0 39 40 37 41 if @order.coupon_id 38 42 @valid_coupon = Coupon.find(@order.coupon_id) 39 @subtotal = total_price40 @discount = 041 43 42 44 if @valid_coupon