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

(-)a/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/AgreementsList.vue (-5 / +4 lines)
Lines 128-141 export default { Link Here
128
                            e["_str"] = e["name"];
128
                            e["_str"] = e["name"];
129
                            return e;
129
                            return e;
130
                        }),
130
                        }),
131
                    3: () => this.map_av_dt_filter("av_agreement_statuses"),
131
                    4: () => this.map_av_dt_filter("av_agreement_statuses"),
132
                    4: () =>
132
                    5: () =>
133
                        this.map_av_dt_filter("av_agreement_closure_reasons"),
133
                        this.map_av_dt_filter("av_agreement_closure_reasons"),
134
                    5: [
134
                    6: [
135
                        { _id: 0, _str: this.$__("No") },
135
                        { _id: 0, _str: this.$__("No") },
136
                        { _id: 1, _str: this.$__("Yes") },
136
                        { _id: 1, _str: this.$__("Yes") },
137
                    ],
137
                    ],
138
                    6: () =>
138
                    7: () =>
139
                        this.map_av_dt_filter(
139
                        this.map_av_dt_filter(
140
                            "av_agreement_renewal_priorities"
140
                            "av_agreement_renewal_priorities"
141
                        ),
141
                        ),
142
- 

Return to bug 37273