Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Riina Antikainen
/
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 8de04dbd
authored
Dec 14, 2014
by
Tuomas Riihimäki
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'paikkamaarafix' into 'master'
Paikkamaarafix See merge request !172
2 parents
8970364e
ed3be01b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
code/moya-beans/ejbModule/fi/codecrew/moya/beans/ProductBean.java
code/moya-beans/ejbModule/fi/codecrew/moya/beans/ProductBean.java
View file @
8de04db
...
@@ -212,7 +212,7 @@ public class ProductBean implements ProductBeanLocal {
...
@@ -212,7 +212,7 @@ public class ProductBean implements ProductBeanLocal {
ret
.
put
(
prod
.
getId
(),
lim
);
ret
.
put
(
prod
.
getId
(),
lim
);
// logger.info("Added product limit {} to {}", lim, prod);
// logger.info("Added product limit {} to {}", lim, prod);
if
(!
prod
.
getProductFlags
().
contains
(
ProductFlag
.
PREPAID_CREDIT
))
if
(!
prod
.
getProductFlags
().
contains
(
ProductFlag
.
PREPAID_CREDIT
)
&&
!
prod
.
getProductFlags
().
contains
(
ProductFlag
.
CREATE_NEW_PLACE_WHEN_BOUGHT
)
)
{
{
if
(
prod
.
getPlaces
()
!=
null
&&
!
prod
.
getPlaces
().
isEmpty
())
{
if
(
prod
.
getPlaces
()
!=
null
&&
!
prod
.
getPlaces
().
isEmpty
())
{
...
...
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