feat(certificate): surface taxpayer in certificate link search
Add search_fields (taxpayer_full_name, voen) to E-Taxes Presented Certificate so the certificate picker matches/shows the taxpayer instead of the raw oid. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
b3a549e80b
commit
a8e33d4153
|
|
@ -133,6 +133,7 @@
|
|||
{"create": 1, "delete": 1, "email": 1, "export": 1, "print": 1, "read": 1, "report": 1, "role": "System Manager", "share": 1, "write": 1},
|
||||
{"create": 1, "email": 1, "export": 1, "print": 1, "read": 1, "report": 1, "role": "Accounts User", "share": 1, "write": 1}
|
||||
],
|
||||
"search_fields": "taxpayer_full_name,voen",
|
||||
"show_title_field_in_link": 1,
|
||||
"sort_field": "modified",
|
||||
"sort_order": "DESC",
|
||||
|
|
|
|||
Loading…
Reference in New Issue