Skip to content

Commit

Permalink
fixes the admin line item description
Browse files Browse the repository at this point in the history
  • Loading branch information
jsqu99 committed May 15, 2012
1 parent 5ec4c98 commit 11d68f8
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,8 @@
:insert_bottom => "[data-hook='order_item_description']",
:partial => "spree/shared/extra_order_details_line_item_description")

Deface::Override.new(:virtual_path => "spree/admin/shared/_order_details",
:name => "add_extra_order_details_line_item_description_admin",
:insert_bottom => "[data-hook='order_details_line_item_row'] td:first",
:partial => "spree/shared/extra_order_details_line_item_description")

0 comments on commit 11d68f8

Please sign in to comment.