mirror of
https://gitlab.com/t6353/sharee.bike.git
synced 2025-05-11 22:37:27 +02:00
some tabel-serach improvements
This commit is contained in:
parent
7bc18639ab
commit
a285cc0d02
5 changed files with 70 additions and 79 deletions
|
@ -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);
|
||||
|
|
|
@ -70,7 +70,7 @@ sub return_feedback(){
|
|||
print<<EOF
|
||||
<script>
|
||||
\$(document).ready(function(){
|
||||
\$( "#retm" ).fadeOut(8000);
|
||||
\$( "#retm" ).fadeOut(10000);
|
||||
})
|
||||
</script>
|
||||
EOF
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue