You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Deepak Dixit (JIRA)" <ji...@apache.org> on 2015/01/14 09:09:34 UTC

[jira] [Created] (OFBIZ-5962) If decimal auantity arder allowed is set to N then system should return error if user add partial quantity in order

Deepak Dixit created OFBIZ-5962:
-----------------------------------

             Summary: If decimal auantity arder allowed is set to N then system should return error if user add partial quantity in order
                 Key: OFBIZ-5962
                 URL: https://issues.apache.org/jira/browse/OFBIZ-5962
             Project: OFBiz
          Issue Type: Bug
          Components: order
    Affects Versions: Trunk, Release Branch 13.07, 14.12.01
            Reporter: Deepak Dixit


If productStore.orderDecimalQuantity and product.orderDecimalQuantity is set to N, then system should return error if we try to add to partial quantity then system should return error instead of rounding it to 0, 

Actual Behavior: If partial quantity not allowed in in order process, and user enter 1.5 quantity then it rounded it and add 2 quantity.

Expected Behavior: if partial quantity not allowed then system should return error instead of doing rounding if partial quantity passed during add/update item.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)