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 ddc16fc4
authored
2025-01-30 13:41:17 -0300
by
Tu Nombre
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
punto por coma
1 parent
4b0a1f1b
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
static/src/carbone.js
static/src/carbone.js
View file @
ddc16fc
...
...
@@ -39,7 +39,7 @@ function agregarCampoAObjetoID(nombreCampo,reportCampo, objeto) {
try
{
var
valor
=
document
.
getElementById
(
nombreCampo
);
if
(
valor
)
{
objeto
[
reportCampo
]
=
String
(
valor
.
value
);
objeto
[
reportCampo
]
=
String
(
valor
.
value
)
.
replaceAll
(
"."
,
","
);
;
}
else
{
var
valor
=
document
.
getElementById
(
"defectovalor"
).
value
;
objeto
[
reportCampo
]
=
valor
;
...
...
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