mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-24 06:54:02 +00:00
Merge branch 'dillon/90-e-invoice-e' into vapor/staging
This commit is contained in:
@@ -840,6 +840,10 @@
|
||||
}
|
||||
},
|
||||
changeOfMindEInvoiceRequest(){
|
||||
this.parameters = {
|
||||
booking_id: this.data.id,
|
||||
company_id: this.data.company.id,
|
||||
};
|
||||
this.parameters.e_invoice_request = false;
|
||||
this.submit((this.route('api.company.einvoice.request.change')), 'post', this.section + 'ChangeOfMind', true, true);
|
||||
}
|
||||
|
||||
@@ -404,6 +404,10 @@
|
||||
this.$store.dispatch('reloadList', {'name': "bookingDetailSection"});
|
||||
},
|
||||
changeOfMindEInvoiceRequest(){
|
||||
this.parameters = {
|
||||
booking_id: this.data.id,
|
||||
company_id: this.data.company.id,
|
||||
};
|
||||
this.parameters.e_invoice_request = false;
|
||||
this.submit((this.route('api.company.einvoice.request.change')), 'post', this.section + 'ChangeOfMind', true, true);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user