4146-claim_pickup_order #1090
No reviewers
Labels
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: verdnatura/salix#1090
Loading…
Reference in New Issue
No description provided.
Delete Branch "4146-claim_pickup_order"
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?
@ -21,2 +21,3 @@
recipient: this.claim.client.email,
recipientId: this.claim.clientFk
recipientId: this.claim.clientFk,
clientName: this.claim.client.name,
Estos parámetros podrías obtenerlos desde la propia reclamación en la ruta de back?
@ -9,2 +9,4 @@
'email-footer': emailFooter.build()
},
created() {
this.instructions = this.$t('description.instructions', [this.id, this.ticketId]);
Se puede obtener el id de ticket desde la reclamación haciendo una consulta.
@ -80,4 +80,1 @@
</div>
<p v-html="$t('sections.agency.description')"></p>
<p>{{claimConfig.pickupContact}}</p>
Deprecar columna