Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Max Mecklin
/
Moya
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 360087dd
authored
Jan 03, 2014
by
Tuukka Kivilahti
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
desimal places fix
1 parent
4ecaadf5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
code/MoyaDatabase/src/fi/codecrew/moya/model/Product.java
code/MoyaDatabase/src/fi/codecrew/moya/model/Product.java
View file @
360087d
...
@@ -110,6 +110,7 @@ public class Product extends GenericEntity {
...
@@ -110,6 +110,7 @@ public class Product extends GenericEntity {
})
})
private
List
<
Discount
>
discounts
;
private
List
<
Discount
>
discounts
;
@Column
(
name
=
"vat"
,
nullable
=
false
,
precision
=
4
,
scale
=
3
)
private
BigDecimal
vat
=
BigDecimal
.
ZERO
;
private
BigDecimal
vat
=
BigDecimal
.
ZERO
;
private
String
unitName
=
""
;
private
String
unitName
=
""
;
...
...
Write
Preview
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