(options)
| 30 | } |
| 31 | |
| 32 | constructor (options) { |
| 33 | super(options) |
| 34 | this.amount = utils.getQueryVariable('a', 0) |
| 35 | this.description = utils.getQueryVariable('d', '') |
| 36 | } |
| 37 | |
| 38 | getMeta () { |
| 39 | return { title: $.i18n.t('account.invoices_title') } |
nothing calls this directly
no outgoing calls
no test coverage detected