03/10/22 - 22h30
parent
65a7d133d1
commit
cfd1980371
|
@ -117,7 +117,7 @@ QUERY_LIMIT_ROW = 50
|
||||||
'''
|
'''
|
||||||
Cette variable definit le nombre max
|
Cette variable definit le nombre max
|
||||||
retour à faire sur page d'acceuil '''
|
retour à faire sur page d'acceuil '''
|
||||||
MAINPAGE_QUERY_LIMIT_ROW = 4
|
MAINPAGE_QUERY_LIMIT_ROW =50
|
||||||
|
|
||||||
|
|
||||||
'''
|
'''
|
||||||
|
|
|
@ -151,6 +151,9 @@ def add_partner_account(diction):
|
||||||
# Creation du RecId du user
|
# Creation du RecId du user
|
||||||
mydata['recid'] = mycommon.create_user_recid()
|
mydata['recid'] = mycommon.create_user_recid()
|
||||||
|
|
||||||
|
# Creation de la clé d'insertion
|
||||||
|
mydata['insert_key'] = mycommon.create_user_recid()
|
||||||
|
|
||||||
mydata['active'] = '0'
|
mydata['active'] = '0'
|
||||||
mydata['locked'] = '0'
|
mydata['locked'] = '0'
|
||||||
mydata['ispending'] = "1"
|
mydata['ispending'] = "1"
|
||||||
|
|
Loading…
Reference in New Issue