View | Details | Raw Unified | Return to bug 29271
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/accounts.inc (-3 / +2 lines)
Lines 1-9 Link Here
1
[%- BLOCK account_type_description -%]
1
[%- BLOCK account_type_description -%]
2
    <span>
2
    <span>
3
    [%- IF account.credit_type_code -%]
3
    [%- IF account.credit_type_code -%]
4
        [%- PROCESS credit_type_description credit_type_code = account.credit_type -%]
4
        [%- PROCESS credit_type_description credit_type = account.credit_type -%]
5
    [%- ELSIF account.debit_type_code -%]
5
    [%- ELSIF account.debit_type_code -%]
6
        [%- PROCESS debit_type_description debit_type_code = account.debit_type -%]
6
        [%- PROCESS debit_type_description debit_type = account.debit_type -%]
7
    [%- END -%]
7
    [%- END -%]
8
    [%- PROCESS account_status_description account=account -%]
8
    [%- PROCESS account_status_description account=account -%]
9
    </span>
9
    </span>
10
- 

Return to bug 29271