Browse Source

affichage facture evt en ligne

dev-rcn
root 3 years ago
parent
commit
0396a4cefa
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      controllers/kalachakra.py

+ 2
- 1
controllers/kalachakra.py View File

@ -451,7 +451,7 @@ class kalachakra_event(WebsiteEventController,PaymentProcessing):
if event.online_event:
if post.get('online')=='yes':data['online']=True
if event.online_only:data['online']=True
data['status']=request.session['status']
@ -481,6 +481,7 @@ class kalachakra_event(WebsiteEventController,PaymentProcessing):
if event.online_event:
if post.get('online')=='yes':vals['online']=True
else:vals['online']=False
if event.online_only:vals['online']=True
else:
vals['online']=False
vals['state']='open'


Loading…
Cancel
Save