use disabled property for input and fix style
This commit is contained in:
parent
f1ae2724c6
commit
014a62aa11
3 changed files with 7 additions and 2 deletions
|
|
@ -62,7 +62,7 @@
|
|||
}
|
||||
|
||||
function unlock_receive_input_field() {
|
||||
$('.units_received', $(this).closest('tr')).prop('readonly', false);
|
||||
$('.units_received', $(this).closest('tr')).prop('disabled', false);
|
||||
$(this).remove();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue