NEW: Add Customer Order delivered (ORDER_CLOSE) in module Notification
This commit is contained in:
parent
4c02652d87
commit
d59391aaf2
@ -69,6 +69,7 @@ class Notify
|
||||
'BILL_PAYED',
|
||||
'ORDER_CREATE',
|
||||
'ORDER_VALIDATE',
|
||||
'ORDER_CLOSE',
|
||||
'PROPAL_VALIDATE',
|
||||
'PROPAL_CLOSE_SIGNED',
|
||||
'FICHINTER_VALIDATE',
|
||||
|
||||
@ -40,6 +40,7 @@ notiftofixedemail=To fixed mail
|
||||
notiftouserandtofixedemail=To user and fixed mail
|
||||
Notify_ORDER_VALIDATE=Sales order validated
|
||||
Notify_ORDER_SENTBYMAIL=Sales order sent by mail
|
||||
Notify_ORDER_CLOSE=Sales order delivered
|
||||
Notify_ORDER_SUPPLIER_SENTBYMAIL=Purchase order sent by email
|
||||
Notify_ORDER_SUPPLIER_VALIDATE=Purchase order recorded
|
||||
Notify_ORDER_SUPPLIER_APPROVE=Purchase order approved
|
||||
|
||||
@ -40,6 +40,7 @@ notiftofixedemail=aux e-mails définis
|
||||
notiftouserandtofixedemail=Aux utilisateurs et e-mails définis
|
||||
Notify_ORDER_VALIDATE=Validation commande client
|
||||
Notify_ORDER_SENTBYMAIL=Envoi commande client par email
|
||||
Notify_ORDER_CLOSE=Commande client livrée
|
||||
Notify_ORDER_SUPPLIER_SENTBYMAIL=Envoi commande fournisseur par email
|
||||
Notify_ORDER_SUPPLIER_VALIDATE=Commande fournisseur enregistrée
|
||||
Notify_ORDER_SUPPLIER_APPROVE=Commande fournisseur approuvée
|
||||
|
||||
Loading…
Reference in New Issue
Block a user