mirror of
https://gitlab.com/t6353/sharee.bike.git
synced 2025-05-10 05:56:27 +02:00
tarif handling for caching
This commit is contained in:
parent
729dad2be4
commit
0ce7c7bea5
16 changed files with 305 additions and 148 deletions
1
copri4/shareeapp-operator/json
Symbolic link
1
copri4/shareeapp-operator/json
Symbolic link
|
@ -0,0 +1 @@
|
|||
../shareedms-operator/json
|
|
@ -76,13 +76,7 @@ sub tpl(){
|
|||
|
||||
print "<div class='form-group'>\n";
|
||||
|
||||
if($users_sharee->{c_id} && !$users_sharee->{int04} && $R::sharee_edit !~ /delete_account/){
|
||||
print $q->div({-class=>'content1',-style=>'padding-top:1em;'}, "E-Mail Bestätigung"),"\n";
|
||||
print $q->div({-class=>'content2'}, "Wir haben eine Nachricht an Ihre angegebene E-Mail Adresse versandt. Nach erfolgreicher Bestätigung können Sie unser Mietradsystem nutzen."),"\n";
|
||||
print $q->div({-class=>'content2'},$q->a({-href=>"$varenv->{wwwhost}?sharee_edit=send_email"},"Senden wiederholen")),"\n";
|
||||
|
||||
#Account löschen
|
||||
}elsif($viewsel[1] eq "Account" && $R::sharee_edit =~ /delete_account/){
|
||||
if($viewsel[1] eq "Account" && $R::sharee_edit =~ /delete_account/){
|
||||
if($R::sharee_edit eq "delete_account1" && $users_sharee->{c_id}){
|
||||
#
|
||||
my ($cttpos,$operator_hash) = $apif->user_rentals_history($q,$users_sharee);
|
||||
|
|
|
@ -138,6 +138,7 @@ Weitere Personen aus Ihrem Haushalt profitieren jedoch ebenfalls, falls Sie weit
|
|||
};
|
||||
|
||||
$ctadrcoupon->{$sharee_operator} = $dbt->fetch_tablerecord($dbh_operator,$prefcoupon);
|
||||
$ctadrcoupon->{$sharee_operator}->{oprefix} = "$dbt->{operator}->{$sharee_operator}->{oprefix}";
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -557,7 +558,7 @@ Nach Abschluss der Registrierung erhalten Sie sowohl auf die von Ihnen hinterleg
|
|||
print $q->div(" ");
|
||||
foreach my $opid (keys(%$ctadrcoupon)){
|
||||
if($ctadrcoupon->{$opid}->{txt15} && ($aowner != 195 && $aowner != 185 && $aowner != 176)){
|
||||
print $q->div("$bonus_saved $ctadrcoupon->{$opid}->{txt15}"),"\n";
|
||||
print $q->div("$bonus_saved $ctadrcoupon->{$opid}->{oprefix}-$ctadrcoupon->{$opid}->{txt15}"),"\n";
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue