mirror of
https://gitlab.com/t6353/sharee.bike.git
synced 2025-05-13 23:26:29 +02:00
payment payone_reset transaction fix
This commit is contained in:
parent
3423fd453d
commit
efb06142c0
3 changed files with 11 additions and 13 deletions
|
@ -1549,6 +1549,7 @@ sub bikes_all(){
|
|||
fetch => "all",
|
||||
keyfield => "barcode",#2018-02-21 changed to bike id
|
||||
template_id => "205",#Leihrad_liste
|
||||
int10 => "!=::3",
|
||||
};
|
||||
|
||||
my ($bike_group,$user_group,$tariff_content,$user_tour) = $self->fetch_tariff($auth,$q->param('authcookie'));
|
||||
|
@ -2152,7 +2153,8 @@ sub auth_verify(){
|
|||
print FILE "UPDATE adr on operator by dbname $varenv{dbname} | op3 $auth_operator3->{c_id}\n" if($debug);
|
||||
my $update = {
|
||||
table => "contentadr",
|
||||
txt05 => "$authcookies",#authcookies
|
||||
#txt05 => "$authcookies",#authcookies
|
||||
txt05 => "$auth_primary->{txt05}",#authcookies
|
||||
atime => "now()",
|
||||
#mtime => "now()",#only set mtime on real user-data change
|
||||
owner => "198",#update initiated by primary
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue