Skip to content

Commit

Permalink
Merge pull request #7961 from hibatallahAouadni/PSCSX-9105
Browse files Browse the repository at this point in the history
Eliminate currencies doubling in ASM currency list
  • Loading branch information
Maxime Biloé committed Jun 21, 2017
2 parents 4c191b9 + 23d49fb commit af18694
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/admin/AdminStockManagementController.php
Expand Up @@ -344,7 +344,7 @@ public function prepareAddStockForm($id_product, $id_product_attribute, $warehou
}

//get currencies list
$currencies = Currency::getCurrencies();
$currencies = Currency::getCurrencies(false, true, true);
if (1 < count($currencies)) {
array_unshift($currencies, '-');
}
Expand Down

0 comments on commit af18694

Please sign in to comment.