View | Details | Raw Unified | Return to bug 29157
Collapse All | Expand All

(-)a/initial-patron.py (-5 / +5 lines)
Lines 23-36 Link Here
23
	'altcontact_surname': None,
23
	'altcontact_surname': None,
24
	'anonymized': False,
24
	'anonymized': False,
25
	'autorenew_checkouts': True,
25
	'autorenew_checkouts': True,
26
	'cardnumber': 'TEST123123123',
26
	'cardnumber': 'TEST1231231231',
27
	'category_id': 'LIBRARY',
27
	'category_id': 'LIBRARY',
28
	'check_previous_checkout': 'inherit',
28
	'check_previous_checkout': 'inherit',
29
	'city': '',
29
	'city': '',
30
	'country': '',
30
	'country': '',
31
	'date_enrolled': '2021-10-01',
31
	'date_enrolled': '2021-10-01',
32
	'date_of_birth': None,
32
	'date_of_birth': '2021-10-01',
33
	'date_renewed': None,
33
	'date_renewed': '2021-10-01',
34
	'email': 'xtestx@cca.edu',
34
	'email': 'xtestx@cca.edu',
35
	'expiry_date': '2030-01-01',
35
	'expiry_date': '2030-01-01',
36
	'fax': None,
36
	'fax': None,
Lines 39-45 Link Here
39
	'incorrect_address': False,
39
	'incorrect_address': False,
40
	'initials': None,
40
	'initials': None,
41
	'lang': 'default',
41
	'lang': 'default',
42
	'last_seen': None,
42
	'last_seen': '2021-10-01T15:27:07-07:00',
43
	'library_id': 'OAK',
43
	'library_id': 'OAK',
44
	'login_attempts': 0,
44
	'login_attempts': 0,
45
	'mobile': '',
45
	'mobile': '',
Lines 67-72 Link Here
67
	'street_type': None,
67
	'street_type': None,
68
	'surname': 'Testy',
68
	'surname': 'Testy',
69
	'title': None,
69
	'title': None,
70
	'updated_on': '2021-10-01T15:16:58-07:00',
70
	'updated_on': '2021-10-01T15:27:07-07:00',
71
	'userid': 'xtestx'
71
	'userid': 'xtestx'
72
}
72
}

Return to bug 29157