[-] BO : fix change maximum character for short description

This commit is contained in:
lLefevre
2012-01-04 11:31:54 +00:00
parent 954d00f81a
commit b92e06ea18
2 changed files with 2 additions and 1 deletions
@@ -185,7 +185,7 @@
languages=$languages
input_name='description_short'
input_value=$product->description_short
max=400}
max=$PS_PRODUCT_SHORT_DESC_LIMIT}
<p class="clear"></p>
</td>