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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt (-2 / +1 lines)
Lines 1177-1183 Link Here
1177
                                            [% ELSIF ( refundLostItemFeeRule.rule_value == 'refund_unpaid' ) %]
1177
                                            [% ELSIF ( refundLostItemFeeRule.rule_value == 'refund_unpaid' ) %]
1178
                                            <option value="refund">Refund lost item charge</option>
1178
                                            <option value="refund">Refund lost item charge</option>
1179
                                            <option value="refund_unpaid" selected="selected">Refund lost item charge (only if unpaid)</option>
1179
                                            <option value="refund_unpaid" selected="selected">Refund lost item charge (only if unpaid)</option>
1180
                                            <option value="charge" selected="selected">Refund lost item charge and charge new overdue fine</option>
1180
                                            <option value="charge">Refund lost item charge and charge new overdue fine</option>
1181
                                            <option value="restore">Refund lost item charge and restore overdue fine</option>
1181
                                            <option value="restore">Refund lost item charge and restore overdue fine</option>
1182
                                            <option value="0">Leave lost item charge</option>
1182
                                            <option value="0">Leave lost item charge</option>
1183
                                            [% ELSIF ( refundLostItemFeeRule.rule_value == 'charge' ) %]
1183
                                            [% ELSIF ( refundLostItemFeeRule.rule_value == 'charge' ) %]
1184
- 

Return to bug 35983