Subversion Repositories munaweb

Rev

Rev 36 | Rev 97 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 36 Rev 83
Line 1160... Line 1160...
1160
            return ("Priority Mail");
1160
            return ("Priority Mail");
1161
        } else if (trackingNumber.startsWith("94073")) {
1161
        } else if (trackingNumber.startsWith("94073")) {
1162
            return ("Certified Mail");
1162
            return ("Certified Mail");
1163
        } else if (trackingNumber.startsWith("93033")) {
1163
        } else if (trackingNumber.startsWith("93033")) {
1164
            return ("Collect on Delivery");
1164
            return ("Collect on Delivery");
-
 
1165
        } else if (trackingNumber.startsWith("9405")) {
-
 
1166
            return ("Regional Box A");
1165
        } else if (trackingNumber.startsWith("82")) {
1167
        } else if (trackingNumber.startsWith("82")) {
1166
            return ("Global Express");
1168
            return ("Global Express");
1167
        } else if (trackingNumber.startsWith("EC")) {
1169
        } else if (trackingNumber.startsWith("EC")) {
1168
            return ("Priority Mail Express International");
1170
            return ("Priority Mail Express International");
1169
        } else if (trackingNumber.startsWith("92701") || trackingNumber.startsWith("EA")) {
1171
        } else if (trackingNumber.startsWith("92701") || trackingNumber.startsWith("EA")) {