|
Lines 974-999
Link Here
|
| 974 |
[% IF ( current_branch == '*' ) %] |
974 |
[% IF ( current_branch == '*' ) %] |
| 975 |
[% IF ( defaultRefundRule == 'refund' ) %] |
975 |
[% IF ( defaultRefundRule == 'refund' ) %] |
| 976 |
<option value="refund" selected="selected">Refund lost item charge</option> |
976 |
<option value="refund" selected="selected">Refund lost item charge</option> |
|
|
977 |
<option value="refund_unpaid">Refund lost item charge (only if unpaid)</option> |
| 978 |
<option value="charge">Refund lost item charge and charge new overdue fine</option> |
| 979 |
<option value="restore">Refund lost item charge and restore overdue fine</option> |
| 980 |
<option value="0">Leave lost item charge</option> |
| 981 |
[% ELSIF ( defaultRefundRule == 'refund_unpaid' ) %] |
| 982 |
<option value="refund">Refund lost item charge</option> |
| 983 |
<option value="refund_unpaid" selected="selected">Refund lost item charge (only if unpaid)</option> |
| 977 |
<option value="charge">Refund lost item charge and charge new overdue fine</option> |
984 |
<option value="charge">Refund lost item charge and charge new overdue fine</option> |
| 978 |
<option value="restore">Refund lost item charge and restore overdue fine</option> |
985 |
<option value="restore">Refund lost item charge and restore overdue fine</option> |
| 979 |
<option value="0">Leave lost item charge</option> |
986 |
<option value="0">Leave lost item charge</option> |
| 980 |
[% ELSIF ( defaultRefundRule == 'charge' ) %] |
987 |
[% ELSIF ( defaultRefundRule == 'charge' ) %] |
| 981 |
<option value="refund">Refund lost item charge</option> |
988 |
<option value="refund">Refund lost item charge</option> |
|
|
989 |
<option value="refund_unpaid">Refund lost item charge (only if unpaid)</option> |
| 982 |
<option value="charge" selected="selected">Refund lost item charge and charge new overdue fine</option> |
990 |
<option value="charge" selected="selected">Refund lost item charge and charge new overdue fine</option> |
| 983 |
<option value="restore">Refund lost item charge and restore overdue fine</option> |
991 |
<option value="restore">Refund lost item charge and restore overdue fine</option> |
| 984 |
<option value="0">Leave lost item charge</option> |
992 |
<option value="0">Leave lost item charge</option> |
| 985 |
[% ELSIF ( defaultRefundRule == 'restore' ) %] |
993 |
[% ELSIF ( defaultRefundRule == 'restore' ) %] |
| 986 |
<option value="refund">Refund lost item charge</option> |
994 |
<option value="refund">Refund lost item charge</option> |
|
|
995 |
<option value="refund_unpaid">Refund lost item charge (only if unpaid)</option> |
| 987 |
<option value="charge">Refund lost item charge and charge new overdue fine</option> |
996 |
<option value="charge">Refund lost item charge and charge new overdue fine</option> |
| 988 |
<option value="restore" selected="selected">Refund lost item charge and restore overdue fine</option> |
997 |
<option value="restore" selected="selected">Refund lost item charge and restore overdue fine</option> |
| 989 |
<option value="0">Leave lost item charge</option> |
998 |
<option value="0">Leave lost item charge</option> |
| 990 |
[% ELSIF ( defaultRefundRule == 0 ) %] |
999 |
[% ELSIF ( defaultRefundRule == 0 ) %] |
| 991 |
<option value="refund">Refund lost item charge</option> |
1000 |
<option value="refund">Refund lost item charge</option> |
|
|
1001 |
<option value="refund_unpaid">Refund lost item charge (only if unpaid)</option> |
| 992 |
<option value="charge">Refund lost item charge and charge new overdue fine</option> |
1002 |
<option value="charge">Refund lost item charge and charge new overdue fine</option> |
| 993 |
<option value="restore">Refund lost item charge and restore overdue fine</option> |
1003 |
<option value="restore">Refund lost item charge and restore overdue fine</option> |
| 994 |
<option value="0" selected="selected">Leave lost item charge</option> |
1004 |
<option value="0" selected="selected">Leave lost item charge</option> |
| 995 |
[% ELSE %] |
1005 |
[% ELSE %] |
| 996 |
<option value="refund">Refund lost item charge</option> |
1006 |
<option value="refund">Refund lost item charge</option> |
|
|
1007 |
<option value="refund_unpaid">Refund lost item charge (only if unpaid)</option> |
| 997 |
<option value="charge">Refund lost item charge and charge new overdue fine</option> |
1008 |
<option value="charge">Refund lost item charge and charge new overdue fine</option> |
| 998 |
<option value="restore">Refund lost item charge and restore overdue fine</option> |
1009 |
<option value="restore">Refund lost item charge and restore overdue fine</option> |
| 999 |
<option value="0">Leave lost item charge</option> |
1010 |
<option value="0">Leave lost item charge</option> |
|
Lines 1007-1012
Link Here
|
| 1007 |
[% END %] |
1018 |
[% END %] |
| 1008 |
[% IF defaultRefundRule == 'refund' %] |
1019 |
[% IF defaultRefundRule == 'refund' %] |
| 1009 |
Use default (Refund lost item charge) |
1020 |
Use default (Refund lost item charge) |
|
|
1021 |
[% ELSIF defaultRefundRule == 'refund_unpaid' %] |
| 1022 |
Use default (Refund lost item charge (only if unpaid)) |
| 1010 |
[% ELSIF defaultRefundRule == 'charge' %] |
1023 |
[% ELSIF defaultRefundRule == 'charge' %] |
| 1011 |
Use default (Refund lost item charge and restore overdue fine) |
1024 |
Use default (Refund lost item charge and restore overdue fine) |
| 1012 |
[% ELSIF defaultRefundRule == 'restore' %] |
1025 |
[% ELSIF defaultRefundRule == 'restore' %] |
|
Lines 1017-1043
Link Here
|
| 1017 |
</option> |
1030 |
</option> |
| 1018 |
[% IF ( not refundLostItemFeeRule ) %] |
1031 |
[% IF ( not refundLostItemFeeRule ) %] |
| 1019 |
<option value="refund">Refund lost item charge</option> |
1032 |
<option value="refund">Refund lost item charge</option> |
|
|
1033 |
<option value="refund_unpaid">Refund lost item charge (only if unpaid)</option> |
| 1020 |
<option value="charge">Refund lost item charge and charge new overdue fine</option> |
1034 |
<option value="charge">Refund lost item charge and charge new overdue fine</option> |
| 1021 |
<option value="restore">Refund lost item charge and restore overdue fine</option> |
1035 |
<option value="restore">Refund lost item charge and restore overdue fine</option> |
| 1022 |
<option value="0">Leave lost item charge</option> |
1036 |
<option value="0">Leave lost item charge</option> |
| 1023 |
[% ELSE %] |
1037 |
[% ELSE %] |
| 1024 |
[% IF ( refundLostItemFeeRule.rule_value == 'refund' ) %] |
1038 |
[% IF ( refundLostItemFeeRule.rule_value == 'refund' ) %] |
| 1025 |
<option value="refund" selected="selected">Refund lost item charge</option> |
1039 |
<option value="refund" selected="selected">Refund lost item charge</option> |
|
|
1040 |
<option value="refund_unpaid">Refund lost item charge (only if unpaid)</option> |
| 1026 |
<option value="charge">Refund lost item charge and charge new overdue fine</option> |
1041 |
<option value="charge">Refund lost item charge and charge new overdue fine</option> |
| 1027 |
<option value="restore">Refund lost item charge and restore overdue fine</option> |
1042 |
<option value="restore">Refund lost item charge and restore overdue fine</option> |
| 1028 |
<option value="0">Leave lost item charge</option> |
1043 |
<option value="0">Leave lost item charge</option> |
|
|
1044 |
[% ELSIF ( refundLostItemFeeRule.rule_value == 'refund_unpaid' ) %] |
| 1045 |
<option value="refund">Refund lost item charge</option> |
| 1046 |
<option value="refund_unpaid" selected="selected">Refund lost item charge (only if unpaid)</option> |
| 1047 |
<option value="charge" selected="selected">Refund lost item charge and charge new overdue fine</option> |
| 1048 |
<option value="restore">Refund lost item charge and restore overdue fine</option> |
| 1049 |
<option value="0">Leave lost item charge</option> |
| 1029 |
[% ELSIF ( refundLostItemFeeRule.rule_value == 'charge' ) %] |
1050 |
[% ELSIF ( refundLostItemFeeRule.rule_value == 'charge' ) %] |
| 1030 |
<option value="refund">Refund lost item charge</option> |
1051 |
<option value="refund">Refund lost item charge</option> |
|
|
1052 |
<option value="refund_unpaid">Refund lost item charge (only if unpaid)</option> |
| 1031 |
<option value="charge" selected="selected">Refund lost item charge and charge new overdue fine</option> |
1053 |
<option value="charge" selected="selected">Refund lost item charge and charge new overdue fine</option> |
| 1032 |
<option value="restore">Refund lost item charge and restore overdue fine</option> |
1054 |
<option value="restore">Refund lost item charge and restore overdue fine</option> |
| 1033 |
<option value="0">Leave lost item charge</option> |
1055 |
<option value="0">Leave lost item charge</option> |
| 1034 |
[% ELSIF ( refundLostItemFeeRule.rule_value == 'restore' ) %] |
1056 |
[% ELSIF ( refundLostItemFeeRule.rule_value == 'restore' ) %] |
| 1035 |
<option value="refund">Refund lost item charge</option> |
1057 |
<option value="refund">Refund lost item charge</option> |
|
|
1058 |
<option value="refund_unpaid">Refund lost item charge (only if unpaid)</option> |
| 1036 |
<option value="charge">Refund lost item charge and charge new overdue fine</option> |
1059 |
<option value="charge">Refund lost item charge and charge new overdue fine</option> |
| 1037 |
<option value="restore" selected="selected">Refund lost item charge and restore overdue fine</option> |
1060 |
<option value="restore" selected="selected">Refund lost item charge and restore overdue fine</option> |
| 1038 |
<option value="0">Leave lost item charge</option> |
1061 |
<option value="0">Leave lost item charge</option> |
| 1039 |
[% ELSIF ( refundLostItemFeeRule.rule_value == 0 ) %] |
1062 |
[% ELSIF ( refundLostItemFeeRule.rule_value == 0 ) %] |
| 1040 |
<option value="refund">Refund lost item charge</option> |
1063 |
<option value="refund">Refund lost item charge</option> |
|
|
1064 |
<option value="refund_unpaid">Refund lost item charge (only if unpaid)</option> |
| 1041 |
<option value="charge">Refund lost item charge and charge new overdue fine</option> |
1065 |
<option value="charge">Refund lost item charge and charge new overdue fine</option> |
| 1042 |
<option value="restore">Refund lost item charge and restore overdue fine</option> |
1066 |
<option value="restore">Refund lost item charge and restore overdue fine</option> |
| 1043 |
<option value="0" selected="selected">Leave lost item charge</option> |
1067 |
<option value="0" selected="selected">Leave lost item charge</option> |