Skip to content
This repository has been archived by the owner on Oct 24, 2023. It is now read-only.

Commit

Permalink
remove test output
Browse files Browse the repository at this point in the history
  • Loading branch information
sbounmy committed Mar 31, 2012
1 parent 95131ba commit 513b0f0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/views/spree/products/_variant_options.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
<% index += 1 %>
<% end %>
<%= hidden_field_tag "products[#{@product.id}]", "", :id => "variant_id", :class => "hidden" %>
<%= debug SpreeVariantOptions::VariantConfig[:allow_select_outofstock] %>
<script type="text/javascript">
//<![CDATA[
var variant_options = new VariantOptions(<%== @product.variant_options_hash.to_json %>, <%== !!Spree::Config[:allow_backorders] %>, <%== !!SpreeVariantOptions::VariantConfig[:allow_select_outofstock] %>);
Expand Down

0 comments on commit 513b0f0

Please sign in to comment.