Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
backend
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
idatt2106-v23-03
backend
Commits
c2b3694e
Commit
c2b3694e
authored
1 year ago
by
Pedro Pablo Cardona Arroyave
Browse files
Options
Downloads
Patches
Plain Diff
Change was added
parent
c5592cf8
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/main/java/ntnu/idatt2016/v233/SmartMat/service/group/FridgeService.java
+1
-1
1 addition, 1 deletion
.../idatt2016/v233/SmartMat/service/group/FridgeService.java
with
1 addition
and
1 deletion
src/main/java/ntnu/idatt2016/v233/SmartMat/service/group/FridgeService.java
+
1
−
1
View file @
c2b3694e
...
...
@@ -72,7 +72,7 @@ public class FridgeService {
public
Optional
<
Product
>
addProductToFridge
(
FridgeProductRequest
fridgeProductRequest
)
{
Optional
<
Product
>
product
=
productService
.
getProductById
(
fridgeProductRequest
.
ean
());
Optional
<
Fridge
>
fridge
=
fridgeRepository
.
findByGroupGroupId
(
fridgeProductRequest
.
groupId
());
double
price
=
10
0
.0
;
double
price
=
10.0
;
if
(
fridgeProductRequest
.
price
()
!=
0.0
){
price
=
fridgeProductRequest
.
price
();
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment