% my $id = stash 'id'; % title $id ? "Change debit $id" : "Enter new debit";
If you want to revoke any incomings, just check those.
Debit not paid, yet.
<%= $debit->value && $debit->value == $debit->paid ? "The debt is already settled. Unless you revoke any incomings above, there is no point in checking" : "Check" %> <%= %used_credits ? "other" : "" %> credits you want to pay this debit with:
Currently no credits available.
Submit