no more checking for change

This commit is contained in:
David 2017-12-29 18:12:55 +01:00
parent de0efe93eb
commit 0868abc8ea

View File

@ -2953,7 +2953,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'],