[-] BO : #PSFV-855 : Fix bug in BlockCMS AND set submit_action to NULL
This commit is contained in:
@@ -214,7 +214,7 @@ class AddressControllerCore extends FrontController
|
||||
if ($result = $address->save())
|
||||
{
|
||||
// Update id address of the current cart if necessary
|
||||
if ($address_old->isUsed())
|
||||
if (isset($address_old) && $address_old->isUsed())
|
||||
{
|
||||
if ($this->context->cart->id_address_invoice == $address_old->id)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user