Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Luciano Barletta
/
Pruebas-RTO
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 62524843
authored
2023-10-04 16:52:18 -0300
by
Juan Pablo dure
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
se agrega correccion de hora
1 parent
9297cf59
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
fosadiaria.py
fosadiaria.py
View file @
6252484
...
@@ -79,7 +79,7 @@ class FosaDiaria():
...
@@ -79,7 +79,7 @@ class FosaDiaria():
"resultado"
:
data
[
"resultado"
][
n
],
"resultado"
:
data
[
"resultado"
][
n
],
"cuit"
:
data
[
"cuit"
][
n
],
"cuit"
:
data
[
"cuit"
][
n
],
"vence"
:
data
[
"vence"
][
n
],
"vence"
:
data
[
"vence"
][
n
],
"hora"
:
self
.
CorreccionDeHora
(
data
[
"fin"
][
n
])
"hora"
:
self
.
CorreccionDeHora
(
data
[
"fin"
][
n
]
,
dia
)
}
}
n
=
n
+
1
#arranco desde 0
n
=
n
+
1
#arranco desde 0
print
(
self
.
Cache
)
print
(
self
.
Cache
)
...
...
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