5180-invoice-out_refund #1325

Merged
vicent merged 7 commits from 5180-invoice-out_refund into dev 2023-02-20 12:08:19 +00:00
Contributor
No description provided.
vicent added the
Missing tests
label 2023-02-14 09:59:23 +00:00
vicent added 1 commit 2023-02-14 09:59:24 +00:00
gitea/salix/pipeline/head There was a failure building this commit Details
a5a0256e44
feat: añadido parametro que indica si genera uno o multiples ticket de abono
vicent added 1 commit 2023-02-16 08:53:49 +00:00
vicent added 1 commit 2023-02-16 09:45:53 +00:00
gitea/salix/pipeline/head This commit looks good Details
b5d2d53435
fix: test back
vicent added
CR / Tests passed
and removed
Missing tests
labels 2023-02-16 09:48:35 +00:00
vicent requested review from jgallego 2023-02-16 09:48:56 +00:00
vicent changed title from feat: añadido parametro que indica si genera uno o multiples ticket de abono to 5180-invoice-out_refund 2023-02-16 09:49:02 +00:00
jgallego requested changes 2023-02-17 07:15:19 +00:00
@ -38,2 +38,2 @@
const refundedTickets = await models.Ticket.refund(ticketsIds, myOptions);
const createSingleTicket = true;
const refundedTickets = await models.Ticket.refund(ticketsIds, createSingleTicket, myOptions);
Owner

ahi no creem variable directament true

ahi no creem variable directament true
vicent marked this conversation as resolved
vicent added 1 commit 2023-02-17 08:50:27 +00:00
gitea/salix/pipeline/head This commit looks good Details
874f459956
refactor: borrada variable innecesaria
vicent requested review from jgallego 2023-02-17 08:50:38 +00:00
vicent added 1 commit 2023-02-17 08:57:50 +00:00
gitea/salix/pipeline/head This commit looks good Details
4001a75916
Merge branch 'dev' into 5180-invoice-out_refund
jgallego approved these changes 2023-02-17 13:07:04 +00:00
vicent added 2 commits 2023-02-20 11:43:28 +00:00
alexm approved these changes 2023-02-20 11:45:15 +00:00
vicent merged commit f7cf6e26fc into dev 2023-02-20 12:08:19 +00:00
vicent deleted branch 5180-invoice-out_refund 2023-02-20 12:08:19 +00:00
Sign in to join this conversation.
No reviewers
No Milestone
No Assignees
3 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: verdnatura/salix#1325
No description provided.