#7277 - RefundInvoices #2904
No reviewers
Labels
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: verdnatura/salix#2904
Loading…
Reference in New Issue
No description provided.
Delete Branch "7277-RefundInvoices"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@ -0,0 +80,4 @@
try {
await models.InvoiceOut.makePdfList(ctx, refundId);
} catch (e) {
throw new UserError('The invoices have been created but the PDFs could not be generated');
Este texto no deberia tener traducción?
@ -0,0 +65,4 @@
const originalInvoice = await models.InvoiceOut.findById(id);
if (!originalInvoice)
throw new UserError('Original invoice not found');
traducción?
@ -0,0 +113,4 @@
try {
await models.InvoiceOut.makePdfList(ctx, transferredInvoiceId);
} catch (e) {
throw new UserError('The transferred invoice has been created but the PDF could not be generated');
traducción?
@ -138,4 +138,3 @@
transferInvoice() {
const params = {
id: this.invoiceOut.id,
refFk: this.invoiceOut.ref,
duda, en Lilium, has quitado este param. porque aquí no?
En Lilium has dejado id
#7277-RefundInvoicesto #7277 - RefundInvoicesLos e2e fallan
y despues de actualziar con dev