-
+
', 'OnDownloadLabel'); return false;">
@@ -243,4 +243,4 @@
-
\ No newline at end of file
+
Index: branches/5.2.x/units/shipping/shipping_tag_processor.php
===================================================================
diff -u -r15540 -r16151
--- branches/5.2.x/units/shipping/shipping_tag_processor.php (.../shipping_tag_processor.php) (revision 15540)
+++ branches/5.2.x/units/shipping/shipping_tag_processor.php (.../shipping_tag_processor.php) (revision 16151)
@@ -1,6 +1,6 @@
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
+}
Index: branches/5.2.x/admin_templates/orders/orders_edit_billing.tpl
===================================================================
diff -u -r14884 -r16151
--- branches/5.2.x/admin_templates/orders/orders_edit_billing.tpl (.../orders_edit_billing.tpl) (revision 14884)
+++ branches/5.2.x/admin_templates/orders/orders_edit_billing.tpl (.../orders_edit_billing.tpl) (revision 16151)
@@ -106,8 +106,6 @@
-
-
@@ -155,8 +153,6 @@
-
-
@@ -217,4 +213,4 @@
-
\ No newline at end of file
+
|