From aa27ebffc96f470db2c344f8d9ab156969b7cc4a Mon Sep 17 00:00:00 2001 From: joan Date: Fri, 22 Oct 2021 10:47:44 +0200 Subject: [PATCH] renamed method --- modules/invoiceOut/front/descriptor/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/invoiceOut/front/descriptor/index.js b/modules/invoiceOut/front/descriptor/index.js index c047089b8..1ed9263c6 100644 --- a/modules/invoiceOut/front/descriptor/index.js +++ b/modules/invoiceOut/front/descriptor/index.js @@ -26,7 +26,7 @@ class Controller extends Descriptor { .then(() => this.vnApp.showSuccess(this.$t('InvoiceOut booked'))); } - createInvoicePdf() { + createPdfInvoice() { const invoiceId = this.invoiceOut.id; return this.$http.post(`InvoiceOuts/${invoiceId}/createPdf`) .then(() => this.reload())