Skip to content

Commit

Permalink
Remove blanking shipping fees when disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
gandalfthegreydev committed Jan 22, 2015
1 parent 2b5dbaf commit 3c548d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/admin/carrier_wizard.js
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ function bind_inputs()
});
}
else
$(this).closest('tr').find('td').find('div.input-group input:text').attr('disabled', 'disabled').val('');
$(this).closest('tr').find('td').find('div.input-group input:text').attr('disabled', 'disabled');

return false;
});
Expand Down

0 comments on commit 3c548d4

Please sign in to comment.