|
Lines 119-126
export default {
Link Here
|
| 119 |
4: () => |
119 |
4: () => |
| 120 |
this.map_av_dt_filter("av_agreement_closure_reasons"), |
120 |
this.map_av_dt_filter("av_agreement_closure_reasons"), |
| 121 |
5: [ |
121 |
5: [ |
| 122 |
{ _id: 0, _str: _("No") }, |
122 |
{ _id: 0, _str: this.$__("No") }, |
| 123 |
{ _id: 1, _str: _("Yes") }, |
123 |
{ _id: 1, _str: this.$__("Yes") }, |
| 124 |
], |
124 |
], |
| 125 |
6: () => |
125 |
6: () => |
| 126 |
this.map_av_dt_filter( |
126 |
this.map_av_dt_filter( |
|
Lines 317-323
export default {
Link Here
|
| 317 |
searchable: true, |
317 |
searchable: true, |
| 318 |
orderable: true, |
318 |
orderable: true, |
| 319 |
render: function (data, type, row, meta) { |
319 |
render: function (data, type, row, meta) { |
| 320 |
return escape_str(row.is_perpetual ? _("Yes") : _("No")) |
320 |
return escape_str( |
|
|
321 |
row.is_perpetual ? __("Yes") : __("No") |
| 322 |
) |
| 321 |
}, |
323 |
}, |
| 322 |
}, |
324 |
}, |
| 323 |
{ |
325 |
{ |