5926-refactor_docuware #1613
No reviewers
Labels
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: verdnatura/salix-front#1613
Loading…
Reference in New Issue
No description provided.
Delete Branch "5926-refactor_docuware"
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?
@ -406,4 +406,2 @@
});
const { data } = await axios.post(`Docuwares/upload`, {
fileCabinet: 'deliveryNote',
Ya no hace falta y cambio la url
@ -343,3 +343,1 @@
async function sendDocuware(ticket) {
try {
let ticketIds = ticket.map((item) => item.id);
async function sendDocuware(tickets) {
He cambiado la url, y he arreglado el codigo (fallaba de por si 😄)