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

(-)a/Koha/REST/Plugin/Objects.pm (-2 / +2 lines)
Lines 60-66 sub register { Link Here
60
            $c->dbic_merge_sorting(
60
            $c->dbic_merge_sorting(
61
                {
61
                {
62
                    attributes => $attributes,
62
                    attributes => $attributes,
63
                    params     => $reserved_params
63
                    params     => $reserved_params,
64
                    to_model   => $to_model
64
                }
65
                }
65
            );
66
            );
66
67
67
- 

Return to bug 24191