Merge branch 'ticket/r15172-change-adress-socol' into develop
This commit is contained in:
commit
392bccd110
@ -2958,7 +2958,7 @@ class AdminOrders extends AdminTab
|
||||
AND (`pradress1`!= "" OR `pradress2`!= "" OR `pradress3`!= "" OR `pradress4`!= "")
|
||||
');
|
||||
// If socol AND id_carrier is DOM
|
||||
if($socol && (int)$cart->id_carrier == (int)Configuration::get('ANT_CARRIER_DOM')) {
|
||||
if($socol) {
|
||||
$order_address = nl2br(preg_replace("/(\r\n){2,}/", "\r\n", implode("\r\n", array(
|
||||
$socol['cefirstname'].' '.$socol['cename'],
|
||||
$socol['cecompanyname'],
|
||||
|
Loading…
Reference in New Issue
Block a user