Index: branches/5.2.x/admin_templates/orders/orders_edit_billing.tpl =================================================================== --- branches/5.2.x/admin_templates/orders/orders_edit_billing.tpl +++ branches/5.2.x/admin_templates/orders/orders_edit_billing.tpl @@ -106,8 +106,6 @@ - - @@ -155,8 +153,6 @@ - - @@ -217,4 +213,4 @@ - \ No newline at end of file + Index: branches/5.2.x/admin_templates/orders/orders_edit_shipping.tpl =================================================================== --- branches/5.2.x/admin_templates/orders/orders_edit_shipping.tpl +++ branches/5.2.x/admin_templates/orders/orders_edit_shipping.tpl @@ -208,14 +208,14 @@ - + - + - +    ', 'OnDownloadLabel'); return false;"> @@ -243,4 +243,4 @@ - \ No newline at end of file + Index: branches/5.2.x/units/shipping/shipping_tag_processor.php =================================================================== --- branches/5.2.x/units/shipping/shipping_tag_processor.php +++ branches/5.2.x/units/shipping/shipping_tag_processor.php @@ -242,7 +242,8 @@ } $last_shippings[$package_id] = $shipping_types; - if ( $this->Application->isAdminUser && $key ) { + + if ( $this->Application->isAdminUser && isset($key) && $key ) { $orig_name = ltrim($last_shippings[$package_id][$key]['ShippingName'], 'Original: '); $last_shippings[$package_id][$key]['ShippingName'] = $orig_name; } @@ -334,4 +335,4 @@ return $o; } -} \ No newline at end of file +}