Skip to content

Commit

Permalink
Merge branch 'release/3.4.4.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
tarunbhardwaj committed Jul 28, 2015
2 parents c039221 + 5a94984 commit d820fae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion templates/webshop/product.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
</h3>
{% if product.code %}
<h4>
<small class="product-code" itemprop="identifier" content="sku:{{ product.code }}">{{ product.code }}</small>
<small class="product-code" itemprop="identifier" content="sku:{{ product.code }}">SKU:{{ product.code }}</small>
</h4>
{% endif %}
{% endblock product_name_price %}
Expand Down
2 changes: 1 addition & 1 deletion tryton.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tryton]
version=3.4.4.1
version=3.4.4.2
depends:
nereid
nereid_cms
Expand Down

0 comments on commit d820fae

Please sign in to comment.