pdf download fix

This commit is contained in:
ragu 2022-10-04 12:14:03 +02:00
parent 60a60121f3
commit f65e88b302
6 changed files with 15 additions and 12 deletions

View file

@ -451,7 +451,7 @@ sub save_account(){
}
if($_ =~ /txt22/ && $valxx){
my $currency = "EUR";
$currency = "CHF" if($valxx =~ /^(CH)/i);
#$currency = "CHF" if($valxx =~ /^(CH)/i);
$u_rows = $dbt->update_one($dbh,$update_primary,"txt24='$currency'");
}