Merge branch 'dev' into 3951-invoiceOut.index_downloadPdfs
gitea/salix/pipeline/head This commit is unstable
Details
gitea/salix/pipeline/head This commit is unstable
Details
This commit is contained in:
commit
e1d187ef68
|
@ -377,6 +377,7 @@ class Controller extends Section {
|
|||
const params = {
|
||||
ticketFk: this.ticket.id,
|
||||
created: this.ticket.updated,
|
||||
landed: this.ticket.landed,
|
||||
notAvailables
|
||||
};
|
||||
this.newSMS = {
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
Product not available: >-
|
||||
Verdnatura communicates: Your order {{ticketFk}} created on {{created | date: "dd/MM/yyyy"}}.
|
||||
Verdnatura communicates: Your order {{ticketFk}} with reception date on {{landed | date: "dd/MM/yyyy"}}.
|
||||
{{notAvailables}} not available. Sorry for the inconvenience.
|
|
@ -26,7 +26,7 @@ Destination ticket: Ticket destinatario
|
|||
Change ticket state to 'Ok': Cambiar estado del ticket a 'Ok'
|
||||
Reserved: Reservado
|
||||
Send shortage SMS: Enviar SMS faltas
|
||||
Product not available: "Verdnatura le comunica:\rPedido {{ticketFk}} día {{created | date: 'dd/MM/yyyy'}}.\r{{notAvailables}} no disponible/s.\rDisculpe las molestias."
|
||||
Product not available: "Verdnatura le comunica:\rPedido {{ticketFk}} con fecha recepción {{landed | date: 'dd/MM/yyyy'}}.\r{{notAvailables}} no disponible/s.\rDisculpe las molestias."
|
||||
Continue anyway?: ¿Continuar de todas formas?
|
||||
This ticket is now empty: El ticket ha quedado vacio
|
||||
Do you want to delete it?: ¿Quieres eliminarlo?
|
||||
|
|
Loading…
Reference in New Issue