app/admin/c80_yax/items.rb in c80_yax-0.1.0.20 vs app/admin/c80_yax/items.rb in c80_yax-0.1.0.21
- old
+ new
@@ -12,10 +12,11 @@
:is_hit,
:is_sale,
:is_main,
:is_gift,
:is_starting,
+ :is_ask_price,
:is_available,
:strsubcat_id,
:iphotos_attributes => [:id, :image, :_destroy],
:item_props_attributes => [:value, :_destroy, :prop_name_id, :id],
:vendor_ids => [],
@@ -42,10 +43,11 @@
item_photos_short(item)
end
column :title
column :strsubcat
+ column :is_ask_price
column :is_hit
column :is_sale
column :is_main
# column :is_ask_price
@@ -79,9 +81,10 @@
f.input :is_hit
f.input :is_sale
f.input :is_main
f.input :is_gift
+ f.input :is_ask_price
f.input :is_starting
f.input :is_available
f.input :short_desc, :input_html => {:style => 'height:80px', :maxlength => 250}
\ No newline at end of file