Auto-pause internal work during lunch
This commit is contained in:
parent
c6a7e0dd0b
commit
ff41a8bd4e
4 changed files with 115 additions and 0 deletions
|
|
@ -99,6 +99,7 @@ const PAUSE_REASONS = [
|
|||
{ value: "NO_CONTACT", label: "Falta de contato" },
|
||||
{ value: "WAITING_THIRD_PARTY", label: "Aguardando terceiro" },
|
||||
{ value: "IN_PROCEDURE", label: "Em procedimento" },
|
||||
{ value: "LUNCH_BREAK", label: "Intervalo de almoço" },
|
||||
]
|
||||
|
||||
type CustomerOption = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue