Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
third-party
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
cooperatic-foodcoops
third-party
Commits
567c69d7
Commit
567c69d7
authored
Jul 05, 2021
by
Alexis Aoun
2
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Suppression d'un TODO
parent
1ac29a14
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
+0
-1
reception_produits.js
reception/static/js/reception_produits.js
+0
-1
No files found.
reception/static/js/reception_produits.js
View file @
567c69d7
...
@@ -178,7 +178,6 @@ function price_to_weight_confirmed_callback (foundProduct, scannedProduct) {
...
@@ -178,7 +178,6 @@ function price_to_weight_confirmed_callback (foundProduct, scannedProduct) {
if
(
priceToWeightIsCorrect
)
{
if
(
priceToWeightIsCorrect
)
{
foundProduct
.
data
.
product_qty
=
scannedProduct
.
qty
;
foundProduct
.
data
.
product_qty
=
scannedProduct
.
qty
;
}
else
{
}
else
{
//TODO il n'y a aucun controle sur l'input à corriger
var
tmp
=
Number
((
scannedProduct
.
value
/
document
.
getElementById
(
"new_price_to_weight"
).
value
).
toFixed
(
3
));
var
tmp
=
Number
((
scannedProduct
.
value
/
document
.
getElementById
(
"new_price_to_weight"
).
value
).
toFixed
(
3
));
if
(
isFinite
(
tmp
))
{
if
(
isFinite
(
tmp
))
{
...
...
Damien Moulard
@DamienM
mentioned in commit
1835290c
Jan 17, 2022
mentioned in commit
1835290c
mentioned in commit 1835290c2a6ff23629dd84d8d34ae2c61cb8406d
Toggle commit list
Damien Moulard
@DamienM
mentioned in merge request
!105 (merged)
Jan 17, 2022
mentioned in merge request
!105 (merged)
mentioned in merge request !105
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
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 comment