[IMP] Little change

bzr revid: psa@tinyerp.com-20121119063704-217zmdwq22tekqq0
This commit is contained in:
Paramjit Singh Sahota 2012-11-19 12:07:04 +05:30
parent 48deaf23df
commit 0a8c9ac5a2
1 changed files with 1 additions and 1 deletions

View File

@ -385,7 +385,7 @@
<t t-esc="menu.name"/>
<t t-if="menu.needaction_enabled and menu.needaction_counter">
<div class="oe_tag oe_tag_dark oe_menu_counter">
<t t-if="menu.needaction_counter > 99"> &#8734; </t><t t-if="menu.needaction_counter lt= 99"> <t t-esc="menu.needaction_counter"/> </t>
<t t-if="menu.needaction_counter > 99"> &#8734; </t><t t-if="menu.needaction_counter lt= 99"> <t t-esc="menu.needaction_counter"/> </t>
</div>
</t>
</a>