[-] BO : #PSCFV-139 - Improving Retial refund

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@15316 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
mDeflotte
2012-05-15 14:58:02 +00:00
parent 3186567f95
commit ea7e73ef35
5 changed files with 62 additions and 12 deletions
@@ -289,8 +289,8 @@ class AdminStockManagementControllerCore extends AdminController
'required' => true,
'options' => array(
'query' => StockMvtReason::getStockMvtReasonsWithFilter($this->context->language->id,
array(Configuration::get('PS_STOCK_MVT_TRANSFER_TO')),
1),
array(Configuration::get('PS_STOCK_MVT_TRANSFER_TO')),
1),
'id' => 'id_stock_mvt_reason',
'name' => 'name'
),
@@ -398,8 +398,8 @@ class AdminStockManagementControllerCore extends AdminController
'required' => true,
'options' => array(
'query' => StockMvtReason::getStockMvtReasonsWithFilter($this->context->language->id,
array(Configuration::get('PS_STOCK_MVT_TRANSFER_FROM')),
-1),
array(Configuration::get('PS_STOCK_MVT_TRANSFER_FROM')),
-1),
'id' => 'id_stock_mvt_reason',
'name' => 'name'
),