mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 12:19:28 +00:00
Fixed: Now trimming text when copying lectors reason to STGLs reason for rejection
Signed-off-by: cris-technikum <hainberg@technikum-wien.at>
This commit is contained in:
@@ -354,7 +354,7 @@ var approveAnrechnungDetail = {
|
||||
if (elem.id.length && elem.id == 'empfehlungstextUebernehmen')
|
||||
{
|
||||
// Copy Empfehlungstext into textarea
|
||||
textarea.val($('#approveAnrechnungDetail-empfehlungDetail-begruendung').text());
|
||||
textarea.val($.trim($('#approveAnrechnungDetail-empfehlungDetail-begruendung').text()));
|
||||
return;
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user