Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Maria Agustina
/
tpv_correcciones
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
1
Wiki
Network
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit 3ac9329a
authored
2022-01-27 11:42:16 -0300
by
Juan
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Correcion punto decimal
1 parent
e354e1f5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
wizard/cobro_discriminado.py
wizard/cobro_discriminado.py
View file @
3ac9329
...
@@ -217,7 +217,7 @@ class hgt_cobro_multiple(models.TransientModel):
...
@@ -217,7 +217,7 @@ class hgt_cobro_multiple(models.TransientModel):
def
ArmarObservaciones
(
self
,
facturas
,
resivo
):
def
ArmarObservaciones
(
self
,
facturas
,
resivo
):
obserbacion
=
"
\n
Facturas Afectadas | Total | Saldo"
obserbacion
=
"
\n
Facturas Afectadas | Total | Saldo"
for
factura
in
facturas
:
for
factura
in
facturas
:
obserbacion
=
f
"""{obserbacion}
\n
{factura.display_name} | {factura.comp_total} | {factura.comp_adeudado}"""
.
replace
(
"."
,
","
)
obserbacion
=
f
"""{obserbacion}
\n
{factura.display_name} | {factura.comp_total} | {factura.comp_adeudado}"""
.
replace
(
"."
,
self
.
PuntoDecimal
()
)
resivo
.
comp_observaciones
=
obserbacion
resivo
.
comp_observaciones
=
obserbacion
...
...
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