Fix missing report for the invoice electronic notification #1216
Labels
No Milestone
No Assignees
3 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: verdnatura/salix#1216
Loading…
Reference in New Issue
No description provided.
Delete Branch "Hotfix-crear-report-Factura-Electronica"
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?
@ -255,3 +255,3 @@
if (client.hasElectronicInvoice) {
this.$http.post(`NotificationQueues`, {
notificationFk: 'invoiceElectronic',
notificationFk: 'invoice-electronic',
Cambia la fixture de invoiceElectronic a invoice-electronic
@ -0,0 +1 @@
insert into `util`.`notification` (`id`, `name`,`description`) values (2, 'invoice-electronic', 'A electronic invoice has been generated');
Poner en fixtures id:2
Mover cambios SQL a versión 225002 (Tendrás que crear la carpeta, para versión minor del sprint 2250.x)
La versión 225001 ya está aplicada en producción y no aplicará estos cambios cuando suba a master
@ -0,0 +1 @@
insert into `util`.`notification` (`id`, `name`,`description`) values (2, 'invoice-electronic', 'A electronic invoice has been generated');
Si el insert ja esta fet en produccio i també esta possat en una fixture jo crec q no cal possarlo també aci.