diff --git a/Layout/default/Order/Index.php b/Layout/default/Order/Index.php index 500bf6037..d0c7c6bd1 100644 --- a/Layout/default/Order/Index.php +++ b/Layout/default/Order/Index.php @@ -293,16 +293,16 @@ owner->country?> Telefon - owner->phone?> + owner->phone) ? "".$order->owner->phone."" : ""?> Mobiltelefon - owner->mobile?> + owner->mobile) ? "".$order->owner->mobile."" : ""?> Fax - owner->fax?> + owner->fax) ? "".$order->owner->fax."" : ""?> Email - owner->email?> + owner->email) ? "".$order->owner->email."" : ""?> @@ -334,16 +334,16 @@ billingaddress->country?> Telefon - billingaddress->phone?> + billingaddress->phone) ? "".$order->billingaddress->phone."" : ""?> Mobiltelefon - billingaddress->mobile?> + billingaddress->mobile) ? "".$order->billingaddress->mobile."" : ""?> Fax - billingaddress->fax?> + billingaddress->fax) ? "".$order->billingaddress->fax."" : ""?> Email - billingaddress->email?> + billingaddress->email) ? "".$order->billingaddress->email."" : ""?> @@ -729,16 +729,16 @@ owner->country?> Telefon - owner->phone?> + owner->phone) ? "".$order->owner->phone."" : ""?> Mobiltelefon - owner->mobile?> + owner->mobile) ? "".$order->owner->mobile."" : ""?> Fax - owner->fax?> + owner->fax) ? "".$order->owner->fax."" : ""?> Email - owner->email?> + owner->email) ? "".$order->owner->email."" : ""?> @@ -770,16 +770,16 @@ billingaddress->country?> Telefon - billingaddress->phone?> + billingaddress->phone) ? "".$order->billingaddress->phone."" : ""?> Mobiltelefon - billingaddress->mobile?> + billingaddress->mobile) ? "".$order->billingaddress->mobile."" : ""?> Fax - billingaddress->fax?> + billingaddress->fax) ? "".$order->billingaddress->fax."" : ""?> Email - billingaddress->email?> + billingaddress->email) ? "".$order->billingaddress->email."" : ""?>