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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt (-3 lines)
Lines 1605-1611 Link Here
1605
                                current_input_id === "maxissueqty" ||
1605
                                current_input_id === "maxissueqty" ||
1606
                                current_input_id === "maxonsiteissueqty" ||
1606
                                current_input_id === "maxonsiteissueqty" ||
1607
                                current_input_id === "reservesallowed" ||
1607
                                current_input_id === "reservesallowed" ||
1608
                                current_input_id === "expire_reserves_charge" ||
1609
                                current_input_id === "holds_per_day" ||
1608
                                current_input_id === "holds_per_day" ||
1610
                                current_input_id === "holds_per_record" ||
1609
                                current_input_id === "holds_per_record" ||
1611
                                current_input_id === "holds_pickup_period"
1610
                                current_input_id === "holds_pickup_period"
Lines 1613-1619 Link Here
1613
                                // If the value is not an integer for
1612
                                // If the value is not an integer for
1614
                                //     - "Current checkouts allowed"
1613
                                //     - "Current checkouts allowed"
1615
                                //     - "Current on-site checkouts allowed"
1614
                                //     - "Current on-site checkouts allowed"
1616
                                //     - "Expired hold charge"
1617
                                //     - "Holds allowed (total)"
1615
                                //     - "Holds allowed (total)"
1618
                                //     - "Holds allowed (daily)"
1616
                                //     - "Holds allowed (daily)"
1619
                                //     - "Holds per record (count)"
1617
                                //     - "Holds per record (count)"
1620
- 

Return to bug 41500