@ -477,7 +477,7 @@
if (promoteId > 0) {
var html = "<option value='" + promoteId + "' ";
if (promote_id == 1) {
if (promote_id == promoteId) {
html += "selected='selected'";
}
html +=" >"+ promoteValue + "</option>";