[-] FO : #PSFV-272 - Add translation + try to not increase global qty of product on choosing "Ship to multiple addresses"

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@11986 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
mDeflotte
2012-01-02 13:35:42 +00:00
parent 2e09799884
commit e7e22788e7
6 changed files with 43 additions and 19 deletions
+1 -3
View File
@@ -153,9 +153,7 @@ class CartControllerCore extends FrontController
$this->id_product,
$this->id_product_attribute,
$this->id_address_delivery,
(int)Tools::getValue('new_id_address_delivery'),
1,
true
(int)Tools::getValue('new_id_address_delivery')
)
)
{