[-] 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:
@@ -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'
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user