Lines 181-190
Link Here
|
181 |
<input type="hidden" name="op" value="cud-void" /> |
181 |
<input type="hidden" name="op" value="cud-void" /> |
182 |
<input type="hidden" name="borrowernumber" value="[% patron.borrowernumber | html %]"> |
182 |
<input type="hidden" name="borrowernumber" value="[% patron.borrowernumber | html %]"> |
183 |
<input type="hidden" name="accountlines_id" value="[% account.accountlines_id | html %]"> |
183 |
<input type="hidden" name="accountlines_id" value="[% account.accountlines_id | html %]"> |
184 |
<button type="submit" class="btn btn-default btn-xs void-action"> |
184 |
[% IF CAN_user_updatecharges_void_payment %] |
185 |
<i class="fa fa-ban"></i> |
185 |
<button type="submit" class="btn btn-default btn-xs void-action"> |
186 |
Void payment |
186 |
<i class="fa fa-ban"></i> |
187 |
</button> |
187 |
Void payment |
|
|
188 |
</button> |
189 |
[% END %] |
188 |
</form> |
190 |
</form> |
189 |
[% END %] |
191 |
[% END %] |
190 |
[% IF account.is_debit && account.amount == account.amountoutstanding && account.status != 'CANCELLED' && !(account.debit_type_code == 'PAYOUT') %] |
192 |
[% IF account.is_debit && account.amount == account.amountoutstanding && account.status != 'CANCELLED' && !(account.debit_type_code == 'PAYOUT') %] |
191 |
- |
|
|