some tabel-serach improvements

This commit is contained in:
ragu 2023-08-11 08:46:36 +02:00
parent 7bc18639ab
commit a285cc0d02
5 changed files with 70 additions and 79 deletions

View file

@ -157,7 +157,7 @@ sub handler {
if($txaction eq "capture" && $update_ctt->{int16} == 0 && $ctt->{int01} != $update_ctt->{int19}){
$update_adr->{int12} = $vde_on_fail;
$update_ctt->{int14} = 1;
$update_ctt->{txt28} = "capture failed\n" . $ctt->{txt28};
$update_ctt->{txt28} = "$now_dt $txaction\nreceivable: $update_ctt->{int19}\n" . $ctt->{txt28};
}
$dbt->update_record($dbh,$update_ctt,$ctt);

View file

@ -70,7 +70,7 @@ sub return_feedback(){
print<<EOF
<script>
\$(document).ready(function(){
\$( "#retm" ).fadeOut(8000);
\$( "#retm" ).fadeOut(10000);
})
</script>
EOF