// displayInformation() added

This commit is contained in:
bMancone
2012-03-26 16:29:13 +00:00
parent 6cf9ef197d
commit 1b978feccb
2 changed files with 4 additions and 0 deletions
@@ -333,6 +333,9 @@ class AdminSupplyOrdersControllerCore extends AdminController
$this->l('See Catalog/Products/Your Product/Suppliers & Warehouses')
.'<br />'.
$this->l('Also, changing the currency or the supplier will reset the order.')
.'<br />'
.'<br />'.
$this->l('Finaly, please note that you can only order from one supplier at once.')
);
return parent::renderForm();
}