// AdminSupplierOrdersController : added the warehouse were products will be sent in the 'view'

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@9937 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
bMancone
2011-11-07 16:17:16 +00:00
parent 88b6219e66
commit 6535835ca2
2 changed files with 9 additions and 1 deletions
@@ -48,6 +48,10 @@
<td>{l s='Delivery expected:'}</td>
<td>{$supplier_order_expected}</td>
</tr>
<tr>
<td>{l s='Warehouse:'}</td>
<td>{$supplier_order_warehouse}</td>
</tr>
</table>
</fieldset>
</div>
@@ -113,4 +117,4 @@
</a>
</div>
{/block}
{/block}