Eliminate duplicate “Settle” button

This commit is contained in:
Peter Oliver 2025-01-28 14:35:22 +00:00
parent c79671167f
commit 23cf6b4cad

View file

@ -32,13 +32,6 @@
</div>
</button>
</form>
<a
href="{{ url_for('.add_settlement_bill', amount = transaction.amount, sender_id = transaction.ower.id, receiver_id = transaction.receiver.id) }}"
class="btn btn-primary"
>
{{ ("Settle") }}
</div>
</a>
</span>
</td>
</tr>