2985 - Create a manual invoice from a ticket or client #702
No reviewers
Labels
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: verdnatura/salix#702
Loading…
Reference in New Issue
No description provided.
Delete Branch "2985-invoiceOut_manual"
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: 2985 - Create a manual invoice from a ticket or clientto 2985 - Create a manual invoice from a ticket or client@ -0,0 +39,4 @@
AND vRef IS NOT NULL;
IF vSerial <> 'R' AND NOT ISNULL(vInvoiceId) AND vInvoiceId <> 0 THEN
CALL invoiceOutBooking(vInvoiceId);
Eliminado insert a printServerQueue
LGTM