Commit 4beda40e5a06f973c20f1e8cba59c4243358e7b3
1 parent
d7a4d467
Exists in
master
Corrigido lançamento de notas
A coluna Série no cabeçalho não estava buscando o valor corretamente. portabilis/ieducar#45
Showing
2 changed files
with
2 additions
and
2 deletions
Show diff stats
ieducar/modules/Avaliacao/Assets/Javascripts/Diario.js
... | ... | @@ -479,7 +479,7 @@ function setTableSearchDetails($tableSearchDetails, dataDetails) { |
479 | 479 | |
480 | 480 | $j('<td />').html(safeToUpperCase($j('#etapa').children("[selected='selected']").html())).appendTo($linha); |
481 | 481 | $j('<td />').html(safeToUpperCase($j('#ref_cod_turma').children("[selected='selected']").html())).appendTo($linha); |
482 | - $j('<td />').html(safeToUpperCase($j('#ref_ref_cod_serie').children("[selected='selected']").html())).appendTo($linha); | |
482 | + $j('<td />').html(safeToUpperCase($j('#ref_cod_serie').children("[selected='selected']").html())).appendTo($linha); | |
483 | 483 | $j('<td />').html($j('#ano').val()).appendTo($linha); |
484 | 484 | |
485 | 485 | //field escola pode ser diferente de select caso usuario comum | ... | ... |
ieducar/modules/Portabilis/Assets/Version.php