#7019 fix(createManualInvoice): add throw error #2175
No reviewers
Labels
No Milestone
No Assignees
3 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: verdnatura/salix#2175
Loading…
Reference in New Issue
No description provided.
Delete Branch "7019_fix_createManualInvoice"
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?
WIP: refs #7019 fix(createManualInvoice): add throw errorto #7019 fix(createManualInvoice): add throw error@ -41,3 +41,3 @@
await page.waitForSelector(selectors.invoiceOutIndex.manualInvoiceForm);
await page.autocompleteSearch(selectors.invoiceOutIndex.manualInvoiceClient, 'Max Eisenhardt');
await page.autocompleteSearch(selectors.invoiceOutIndex.manualInvoiceClient, 'Bruce Wayne');
Se estaba intentando facturar el mismo ticket. El ticket 15 es de este cliente, por tanto falla. Antes devolvía id: null y no estaba controlado para que lance un error.
@ -147,2 +113,4 @@
});
});
function createInvoice(
Se repetía mucho lo mismo.