Customer 360: extended Client fields, auto-migrate, updated Rolodex CRUD/templates, QDRO routes/views, importer mapping
QDRO links appear in rolodex_view.html case rows and case.html header when QDRO data exists, matching legacy flows.
This commit is contained in:
@@ -130,6 +130,11 @@ Case {{ case.file_no if case else '' }} · Delphi Database
|
||||
</button>
|
||||
</form>
|
||||
{% endif %}
|
||||
{% if has_qdro %}
|
||||
<a class="btn btn-sm btn-outline-secondary" href="/qdro/{{ case.file_no }}">
|
||||
QDRO
|
||||
</a>
|
||||
{% endif %}
|
||||
</div>
|
||||
</div>
|
||||
<div class="card-body">
|
||||
|
||||
Reference in New Issue
Block a user