Compare commits

..

1 commit

Author SHA1 Message Date
Zhongqi Ma
52a62a15bc
Merge 43260d0dc4 into c79671167f 2025-01-22 23:08:00 +01:00

View file

@ -32,6 +32,13 @@
</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>