mirror of
https://gitlab.com/t6353/sharee.bike.git
synced 2025-05-10 05:56:27 +02:00
pdf download fix
This commit is contained in:
parent
60a60121f3
commit
f65e88b302
6 changed files with 15 additions and 12 deletions
|
@ -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'");
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue