File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
app/code/Magento/Ups/view/adminhtml/templates/system/shipping Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ require(["prototype"], function(){
121
121
freeMethod.insert(option);
122
122
123
123
option = new Element('option', {value:code}).update(originShipment[code]);
124
- if (this.storedUpsType == 'UPS ') {
124
+ if (this.storedUpsType == 'UPS_XML ') {
125
125
if (originShipmentTitle != 'default' || inArray(this.storedAllowedMethods, code)) {
126
126
option.selected = true;
127
127
}
@@ -143,7 +143,7 @@ require(["prototype"], function(){
143
143
setFormValues: function()
144
144
{
145
145
var a;
146
- if ($F(this.carriersUpsTypeId) == 'UPS ') {
146
+ if ($F(this.carriersUpsTypeId) == 'UPS_XML ') {
147
147
for (a = 0; a < this.checkingUpsXmlId.length; a++) {
148
148
$(this.checkingUpsXmlId[a]).removeClassName('required-entry');
149
149
}
You can’t perform that action at this time.
0 commit comments