Skip to content

Commit 46099c4

Browse files
committed
Merge branch 'removefedex'
2 parents 30f1dae + 1355086 commit 46099c4

13 files changed

+2264
-3541
lines changed

admin/shipping_account_list.php

100644100755
+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
QApplication::Authenticate();
2626
// Include the classfile for ShippingAccountListFormBase
2727
require(__FORMBASE_CLASSES__ . '/ShippingAccountListFormBase.class.php');
28-
require_once('../shipping/fedexdc.class.php');
28+
2929

3030
/**
3131
* This is a quick-and-dirty draft form object to do the List All functionality

css/tracmor.css

100644100755
-8
Original file line numberDiff line numberDiff line change
@@ -99,14 +99,6 @@ TH, TD, BODY { font: 10px verdana; text-align: left; }
9999

100100
.disclaimer { font-size:10px;font-family:arial; }
101101

102-
.fedex_masthead { background-color:#660099;color:#FFFFFF;padding:0;font-weight:bold;font-size:12pt;height:36px; }
103-
.fedex_subheader {
104-
color:#FF6600;
105-
font-weight:bold;
106-
font-size:9pt;
107-
border-top:1px solid #FF6600;
108-
padding-bottom:4px;
109-
}
110102
.save_notification {
111103
color: darkgreen;
112104
background-color: #D0FFC3;

data_model/create-01.13.00.sql

+1,004
Large diffs are not rendered by default.

data_model/data-01.13.00.sql

+1,225
Large diffs are not rendered by default.

data_model/update-01.13.00sql

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
ALTER TABLE `fedex_shipment` DROP FOREIGN KEY `fedex_shipment_ibfk_8` , DROP FOREIGN KEY `fedex_shipment_ibfk_7` , DROP FOREIGN KEY `fedex_shipment_ibfk_6` , DROP FOREIGN KEY `fedex_shipment_ibfk_5` , DROP FOREIGN KEY `fedex_shipment_ibfk_4` , DROP FOREIGN KEY `fedex_shipment_ibfk_3` , DROP FOREIGN KEY `fedex_shipment_ibfk_2` , DROP FOREIGN KEY `fedex_shipment_ibfk_1` ;
2+
DROP TABLE `fedex_shipment`;
3+
DROP TABLE `fedex_service_type`;
4+
DROP TABLE `weight_unit`;
5+
DROP TABLE `length_unit`;
6+
DROP TABLE `currency_unit`;
7+
DROP TABLE `package_type`;
8+
DELETE FROM `admin_setting` WHERE `short_description`='fedex_gateway_URI';
9+
DELETE FROM `admin_setting` WHERE `short_description`='fedex_account_id';
10+
DELETE FROM `admin_setting` WHERE `short_description`='fedex_label_printer_type';
11+
DELETE FROM `admin_setting` WHERE `short_description`='fedex_label_format_type';
12+
DELETE FROM `admin_setting` WHERE `short_description`='fedex_thermal_printer_port';
13+
DELETE FROM `courier` WHERE `courier_id`='1';
14+
DELETE FROM `shipping_account` WHERE `courier_id` = '1';

images/shipping_labels/_README.txt

-1
This file was deleted.

images/shipping_labels/fedex/_README.txt

-1
This file was deleted.

includes/data_classes/FedexServiceType.class.php

-52
This file was deleted.

includes/data_classes/FedexShipment.class.php

-150
This file was deleted.

0 commit comments

Comments
 (0)