refs #6303 sms fix #101
No reviewers
Labels
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: verdnatura/salix-front#101
Loading…
Reference in New Issue
No description provided.
Delete Branch "6303-smsDialogFix"
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: refs #6303to WIP: refs #6303 sms fixWIP: refs #6303 sms fixto refs #6303 sms fix@ -64,6 +64,7 @@ async function sendDeliveryNote({ address, type, documentType }) {
const shipped = toDate(ticket.value.shipped);
function showSmsDialog(template, customData) {
console.log('Entra');
LLeva el log perfa
@ -88,3 +89,3 @@
phone: phone,
template: template,
locale: client.user.lang,
locale: client.user ? client.user.lang : 'default_locale',
Aço tambe podries ficar:
locale: client?.user?.lang ?? 'default_locale',