Commit ed3be01b by Tuukka Kivilahti

asdf

1 parent c8104aa8
......@@ -212,7 +212,7 @@ public class ProductBean implements ProductBeanLocal {
ret.put(prod.getId(), lim);
// 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()) {
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!