[-] BO: Fix #PSCFV-8179 shop domain used in emails sometimes was for the wrong shop
This commit is contained in:
@@ -268,6 +268,8 @@ class AdminOrdersControllerCore extends AdminController
|
||||
throw new PrestaShopException('Can\'t load Order object');
|
||||
}
|
||||
|
||||
ShopUrl::cacheMainDomainForShop((int)$order->id_shop);
|
||||
|
||||
/* Update shipping number */
|
||||
if (Tools::isSubmit('submitShippingNumber') && isset($order))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user