Aug 17 - Update customer roles management
This commit is contained in:
@@ -943,7 +943,7 @@ def export_inspector_performance():
|
||||
# phase49 — external inspectors share this table with our own crew;
|
||||
# suffixed rather than given a column so the index-based styling
|
||||
# below (score = col 5, vs_avg = col 6, …) stays correct.
|
||||
s['display_name'] + (' (External)' if s.get('external') else ''),
|
||||
s['display_name'] + (' (Customer)' if s.get('external') else ''),
|
||||
s['total'],
|
||||
s['completed'],
|
||||
s['completion_rate'],
|
||||
|
||||
Reference in New Issue
Block a user