Lines 1124-1130
Link Here
|
1124 |
// Remove potential previous input added |
1124 |
// Remove potential previous input added |
1125 |
$(current_column).find("input").remove(); |
1125 |
$(current_column).find("input").remove(); |
1126 |
$(current_column).append("<input type='hidden' name='"+name+"' value='"+val+"' />"); |
1126 |
$(current_column).append("<input type='hidden' name='"+name+"' value='"+val+"' />"); |
1127 |
} else if ( i == 5 || i == 6 || i == 25 || i == 26 || i == 27 ) { |
1127 |
} else if ( i == 5 || i == 6 || i == 26 || i == 27 || i == 28 ) { |
1128 |
// If the value is not an integer for |
1128 |
// If the value is not an integer for |
1129 |
// - "Current checkouts allowed" |
1129 |
// - "Current checkouts allowed" |
1130 |
// - "Current on-site checkouts allowed" |
1130 |
// - "Current on-site checkouts allowed" |
1131 |
- |
|
|