renamed method
gitea/salix/pipeline/head This commit looks good
Details
gitea/salix/pipeline/head This commit looks good
Details
This commit is contained in:
parent
8a679b2c8b
commit
aa27ebffc9
|
@ -26,7 +26,7 @@ class Controller extends Descriptor {
|
||||||
.then(() => this.vnApp.showSuccess(this.$t('InvoiceOut booked')));
|
.then(() => this.vnApp.showSuccess(this.$t('InvoiceOut booked')));
|
||||||
}
|
}
|
||||||
|
|
||||||
createInvoicePdf() {
|
createPdfInvoice() {
|
||||||
const invoiceId = this.invoiceOut.id;
|
const invoiceId = this.invoiceOut.id;
|
||||||
return this.$http.post(`InvoiceOuts/${invoiceId}/createPdf`)
|
return this.$http.post(`InvoiceOuts/${invoiceId}/createPdf`)
|
||||||
.then(() => this.reload())
|
.then(() => this.reload())
|
||||||
|
|
Loading…
Reference in New Issue