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

This commit is contained in:
bMancone
2011-11-07 16:17:16 +00:00
parent 08041e5c6e
commit 5375c15da0
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}