// Routes for dispatcher (part 3)

This commit is contained in:
rMalie
2011-07-26 16:47:41 +00:00
parent ea890721e8
commit beb5eff300
12 changed files with 344 additions and 216 deletions
+1 -1
View File
@@ -788,7 +788,7 @@ class AdminImport extends AdminTab
$specificPrice = new SpecificPrice();
$specificPrice->id_product = (int)($product->id);
// @todo multishop specific price import
$specificPrice->id_shop = $context->shop->getID();
$specificPrice->id_shop = $context->shop->getID(true);
$specificPrice->id_currency = 0;
$specificPrice->id_country = 0;
$specificPrice->id_group = 0;