[FIX] website_sale: set height for empty cell in grid

bzr revid: chm@openerp.com-20140311160419-a9d4dylm0spt4rf3
This commit is contained in:
chm@openerp.com 2014-03-11 17:04:19 +01:00
parent e47214eb9e
commit f75f09db92
1 changed files with 1 additions and 1 deletions

View File

@ -188,7 +188,7 @@
</td>
</t>
<td t-if="not td_product"/>
<td t-if="not td_product" class="oe-height-2"/>
</t>
</tr>
</tbody>