pin added
This commit is contained in:
@@ -95,6 +95,7 @@ def salary_demousers():
|
||||
"bvn": '8315000'+str( random.randint(1000, 9999) ),
|
||||
"email": 'demo+'+ names.get_first_name() +'@chiefsoft.net' ,
|
||||
"current_loans" : [],
|
||||
"pin": random.randint(1100, 9999) ,
|
||||
"salary_account": random.randint(0, 1)
|
||||
}
|
||||
dList.append(new_l)
|
||||
|
||||
Reference in New Issue
Block a user