Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Maria Agustina
/
hgt_soporte
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit c3e18dab
authored
2025-09-25 15:29:47 -0300
by
Juan
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
soporte a laravel
1 parent
1261ffcb
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
1 deletions
wizard/generarmensaje.py
wizard/generarmensaje.py
View file @
c3e18da
...
...
@@ -24,10 +24,18 @@ class tpv_generar_nota(models.TransientModel):
mensaje
.
si_mensaje
=
self
.
texto
self
.
mensaje
=
mensaje
def
EnviarMensajeSoporteLara
(
self
):
if
self
.
incidencia
.
subida
:
return
self
.
EnviarMensajeSoporte
()
else
:
return
self
.
Generarmensajeinterno
()
def
EnviarMensajeSoporte
(
self
):
self
.
Generarmensajeinterno
()
if
self
.
incidencia
.
subida
==
False
:
#return
raise
UserError
(
"El responsable tecnico debe notificar a HGT primero"
)
self
.
Generarmensajeinterno
()
self
.
incidencia
.
AgregarTelefonoAviso
()
self
.
mensaje
.
remoto
=
True
Url
=
self
.
incidencia
.
GetUrlBase
()
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment