Commit 8c7fd1cd963ff8746d8d10763b4980baafb405f5
Exists in
master
and in
29 other branches
Merge branch 'stable'
Showing
3 changed files
with
8 additions
and
2 deletions
Show diff stats
app/views/catalog/index.rhtml
@@ -92,7 +92,7 @@ | @@ -92,7 +92,7 @@ | ||
92 | <% end %> | 92 | <% end %> |
93 | <% product.price_details.each do |i| %> | 93 | <% product.price_details.each do |i| %> |
94 | <div class="search-product-input-dots-to-price"> | 94 | <div class="search-product-input-dots-to-price"> |
95 | - <div class="search-product-input-name"><%= i.production_cost.name %></div> | 95 | + <div class="search-product-input-name"><%= i.name %></div> |
96 | <%= price_span i.price, :class => 'search-product-input-price' %> | 96 | <%= price_span i.price, :class => 'search-product-input-price' %> |
97 | </div> | 97 | </div> |
98 | <% end %> | 98 | <% end %> |
debian/changelog
lib/noosfero.rb
@@ -3,7 +3,7 @@ require 'fast_gettext' | @@ -3,7 +3,7 @@ require 'fast_gettext' | ||
3 | 3 | ||
4 | module Noosfero | 4 | module Noosfero |
5 | PROJECT = 'noosfero' | 5 | PROJECT = 'noosfero' |
6 | - VERSION = '0.44.5' | 6 | + VERSION = '0.44.6' |
7 | 7 | ||
8 | def self.pattern_for_controllers_in_directory(dir) | 8 | def self.pattern_for_controllers_in_directory(dir) |
9 | disjunction = controllers_in_directory(dir).join('|') | 9 | disjunction = controllers_in_directory(dir).join('|') |