|
Lines 810-835
Link Here
|
| 810 |
[% IF ( current_branch == '*' ) %] |
810 |
[% IF ( current_branch == '*' ) %] |
| 811 |
[% IF ( defaultRefundRule == 'refund' ) %] |
811 |
[% IF ( defaultRefundRule == 'refund' ) %] |
| 812 |
<option value="refund" selected="selected">Refund lost item charge</option> |
812 |
<option value="refund" selected="selected">Refund lost item charge</option> |
|
|
813 |
<option value="refund_unpaid">Refund lost item charge (only if unpaid)</option> |
| 814 |
<option value="charge">Refund lost item charge and charge new overdue fine</option> |
| 815 |
<option value="restore">Refund lost item charge and restore overdue fine</option> |
| 816 |
<option value="0">Leave lost item charge</option> |
| 817 |
[% ELSIF ( defaultRefundRule == 'refund_unpaid' ) %] |
| 818 |
<option value="refund">Refund lost item charge</option> |
| 819 |
<option value="refund_unpaid" selected="selected">Refund lost item charge (only if unpaid)</option> |
| 813 |
<option value="charge">Refund lost item charge and charge new overdue fine</option> |
820 |
<option value="charge">Refund lost item charge and charge new overdue fine</option> |
| 814 |
<option value="restore">Refund lost item charge and restore overdue fine</option> |
821 |
<option value="restore">Refund lost item charge and restore overdue fine</option> |
| 815 |
<option value="0">Leave lost item charge</option> |
822 |
<option value="0">Leave lost item charge</option> |
| 816 |
[% ELSIF ( defaultRefundRule == 'charge' ) %] |
823 |
[% ELSIF ( defaultRefundRule == 'charge' ) %] |
| 817 |
<option value="refund">Refund lost item charge</option> |
824 |
<option value="refund">Refund lost item charge</option> |
|
|
825 |
<option value="refund_unpaid">Refund lost item charge (only if unpaid)</option> |
| 818 |
<option value="charge" selected="selected">Refund lost item charge and charge new overdue fine</option> |
826 |
<option value="charge" selected="selected">Refund lost item charge and charge new overdue fine</option> |
| 819 |
<option value="restore">Refund lost item charge and restore overdue fine</option> |
827 |
<option value="restore">Refund lost item charge and restore overdue fine</option> |
| 820 |
<option value="0">Leave lost item charge</option> |
828 |
<option value="0">Leave lost item charge</option> |
| 821 |
[% ELSIF ( defaultRefundRule == 'restore' ) %] |
829 |
[% ELSIF ( defaultRefundRule == 'restore' ) %] |
| 822 |
<option value="refund">Refund lost item charge</option> |
830 |
<option value="refund">Refund lost item charge</option> |
|
|
831 |
<option value="refund_unpaid">Refund lost item charge (only if unpaid)</option> |
| 823 |
<option value="charge">Refund lost item charge and charge new overdue fine</option> |
832 |
<option value="charge">Refund lost item charge and charge new overdue fine</option> |
| 824 |
<option value="restore" selected="selected">Refund lost item charge and restore overdue fine</option> |
833 |
<option value="restore" selected="selected">Refund lost item charge and restore overdue fine</option> |
| 825 |
<option value="0">Leave lost item charge</option> |
834 |
<option value="0">Leave lost item charge</option> |
| 826 |
[% ELSIF ( defaultRefundRule == 0 ) %] |
835 |
[% ELSIF ( defaultRefundRule == 0 ) %] |
| 827 |
<option value="refund">Refund lost item charge</option> |
836 |
<option value="refund">Refund lost item charge</option> |
|
|
837 |
<option value="refund_unpaid">Refund lost item charge (only if unpaid)</option> |
| 828 |
<option value="charge">Refund lost item charge and charge new overdue fine</option> |
838 |
<option value="charge">Refund lost item charge and charge new overdue fine</option> |
| 829 |
<option value="restore">Refund lost item charge and restore overdue fine</option> |
839 |
<option value="restore">Refund lost item charge and restore overdue fine</option> |
| 830 |
<option value="0" selected="selected">Leave lost item charge</option> |
840 |
<option value="0" selected="selected">Leave lost item charge</option> |
| 831 |
[% ELSE %] |
841 |
[% ELSE %] |
| 832 |
<option value="refund">Refund lost item charge</option> |
842 |
<option value="refund">Refund lost item charge</option> |
|
|
843 |
<option value="refund_unpaid">Refund lost item charge (only if unpaid)</option> |
| 833 |
<option value="charge">Refund lost item charge and charge new overdue fine</option> |
844 |
<option value="charge">Refund lost item charge and charge new overdue fine</option> |
| 834 |
<option value="restore">Refund lost item charge and restore overdue fine</option> |
845 |
<option value="restore">Refund lost item charge and restore overdue fine</option> |
| 835 |
<option value="0">Leave lost item charge</option> |
846 |
<option value="0">Leave lost item charge</option> |
|
Lines 843-848
Link Here
|
| 843 |
[% END %] |
854 |
[% END %] |
| 844 |
[% IF defaultRefundRule == 'refund' %] |
855 |
[% IF defaultRefundRule == 'refund' %] |
| 845 |
Use default (Refund lost item charge) |
856 |
Use default (Refund lost item charge) |
|
|
857 |
[% ELSIF defaultRefundRule == 'refund_unpaid' %] |
| 858 |
Use default (Refund lost item charge (only if unpaid)) |
| 846 |
[% ELSIF defaultRefundRule == 'charge' %] |
859 |
[% ELSIF defaultRefundRule == 'charge' %] |
| 847 |
Use default (Refund lost item charge and restore overdue fine) |
860 |
Use default (Refund lost item charge and restore overdue fine) |
| 848 |
[% ELSIF defaultRefundRule == 'restore' %] |
861 |
[% ELSIF defaultRefundRule == 'restore' %] |
|
Lines 853-879
Link Here
|
| 853 |
</option> |
866 |
</option> |
| 854 |
[% IF ( not refundLostItemFeeRule ) %] |
867 |
[% IF ( not refundLostItemFeeRule ) %] |
| 855 |
<option value="refund">Refund lost item charge</option> |
868 |
<option value="refund">Refund lost item charge</option> |
|
|
869 |
<option value="refund_unpaid">Refund lost item charge (only if unpaid)</option> |
| 856 |
<option value="charge">Refund lost item charge and charge new overdue fine</option> |
870 |
<option value="charge">Refund lost item charge and charge new overdue fine</option> |
| 857 |
<option value="restore">Refund lost item charge and restore overdue fine</option> |
871 |
<option value="restore">Refund lost item charge and restore overdue fine</option> |
| 858 |
<option value="0">Leave lost item charge</option> |
872 |
<option value="0">Leave lost item charge</option> |
| 859 |
[% ELSE %] |
873 |
[% ELSE %] |
| 860 |
[% IF ( refundLostItemFeeRule.rule_value == 'refund' ) %] |
874 |
[% IF ( refundLostItemFeeRule.rule_value == 'refund' ) %] |
| 861 |
<option value="refund" selected="selected">Refund lost item charge</option> |
875 |
<option value="refund" selected="selected">Refund lost item charge</option> |
|
|
876 |
<option value="refund_unpaid">Refund lost item charge (only if unpaid)</option> |
| 862 |
<option value="charge">Refund lost item charge and charge new overdue fine</option> |
877 |
<option value="charge">Refund lost item charge and charge new overdue fine</option> |
| 863 |
<option value="restore">Refund lost item charge and restore overdue fine</option> |
878 |
<option value="restore">Refund lost item charge and restore overdue fine</option> |
| 864 |
<option value="0">Leave lost item charge</option> |
879 |
<option value="0">Leave lost item charge</option> |
|
|
880 |
[% ELSIF ( refundLostItemFeeRule.rule_value == 'refund_unpaid' ) %] |
| 881 |
<option value="refund">Refund lost item charge</option> |
| 882 |
<option value="refund_unpaid" selected="selected">Refund lost item charge (only if unpaid)</option> |
| 883 |
<option value="charge" selected="selected">Refund lost item charge and charge new overdue fine</option> |
| 884 |
<option value="restore">Refund lost item charge and restore overdue fine</option> |
| 885 |
<option value="0">Leave lost item charge</option> |
| 865 |
[% ELSIF ( refundLostItemFeeRule.rule_value == 'charge' ) %] |
886 |
[% ELSIF ( refundLostItemFeeRule.rule_value == 'charge' ) %] |
| 866 |
<option value="refund">Refund lost item charge</option> |
887 |
<option value="refund">Refund lost item charge</option> |
|
|
888 |
<option value="refund_unpaid">Refund lost item charge (only if unpaid)</option> |
| 867 |
<option value="charge" selected="selected">Refund lost item charge and charge new overdue fine</option> |
889 |
<option value="charge" selected="selected">Refund lost item charge and charge new overdue fine</option> |
| 868 |
<option value="restore">Refund lost item charge and restore overdue fine</option> |
890 |
<option value="restore">Refund lost item charge and restore overdue fine</option> |
| 869 |
<option value="0">Leave lost item charge</option> |
891 |
<option value="0">Leave lost item charge</option> |
| 870 |
[% ELSIF ( refundLostItemFeeRule.rule_value == 'restore' ) %] |
892 |
[% ELSIF ( refundLostItemFeeRule.rule_value == 'restore' ) %] |
| 871 |
<option value="refund">Refund lost item charge</option> |
893 |
<option value="refund">Refund lost item charge</option> |
|
|
894 |
<option value="refund_unpaid">Refund lost item charge (only if unpaid)</option> |
| 872 |
<option value="charge">Refund lost item charge and charge new overdue fine</option> |
895 |
<option value="charge">Refund lost item charge and charge new overdue fine</option> |
| 873 |
<option value="restore" selected="selected">Refund lost item charge and restore overdue fine</option> |
896 |
<option value="restore" selected="selected">Refund lost item charge and restore overdue fine</option> |
| 874 |
<option value="0">Leave lost item charge</option> |
897 |
<option value="0">Leave lost item charge</option> |
| 875 |
[% ELSIF ( refundLostItemFeeRule.rule_value == 0 ) %] |
898 |
[% ELSIF ( refundLostItemFeeRule.rule_value == 0 ) %] |
| 876 |
<option value="refund">Refund lost item charge</option> |
899 |
<option value="refund">Refund lost item charge</option> |
|
|
900 |
<option value="refund_unpaid">Refund lost item charge (only if unpaid)</option> |
| 877 |
<option value="charge">Refund lost item charge and charge new overdue fine</option> |
901 |
<option value="charge">Refund lost item charge and charge new overdue fine</option> |
| 878 |
<option value="restore">Refund lost item charge and restore overdue fine</option> |
902 |
<option value="restore">Refund lost item charge and restore overdue fine</option> |
| 879 |
<option value="0" selected="selected">Leave lost item charge</option> |
903 |
<option value="0" selected="selected">Leave lost item charge</option> |