03/10/22 - 22h30

master
ChérifBALDE 2022-10-03 22:44:38 +02:00 committed by cherif
parent 65a7d133d1
commit cfd1980371
2 changed files with 4 additions and 1 deletions

View File

@ -117,7 +117,7 @@ QUERY_LIMIT_ROW = 50
'''
Cette variable definit le nombre max
retour à faire sur page d'acceuil '''
MAINPAGE_QUERY_LIMIT_ROW = 4
MAINPAGE_QUERY_LIMIT_ROW =50
'''

View File

@ -151,6 +151,9 @@ def add_partner_account(diction):
# Creation du RecId du user
mydata['recid'] = mycommon.create_user_recid()
# Creation de la clé d'insertion
mydata['insert_key'] = mycommon.create_user_recid()
mydata['active'] = '0'
mydata['locked'] = '0'
mydata['ispending'] = "1"