purgeOldStoreAutoPromos removing wrong entity?
----------------------------------------------

                 Key: OFBIZ-443
                 URL: http://issues.apache.org/jira/browse/OFBIZ-443
             Project: OFBiz (The Open for Business Project)
          Issue Type: Bug
          Components: product
            Reporter: Si Chen
            Priority: Minor


This one I could not figure out: the service purgeOldStoreAutoPromo says "purge 
Expired ProductStorePromoAppl Records..." but the actual code says:
                GenericValue productStorePromo = 
delegator.makeValue("ProductStorePromo", null);
                productStorePromo.setAllFields(productStorePromoAndAppl, true, 
null, null);
                productStorePromo.remove();

and there is no ProductStorePromo entity.  Is it just a typo?  Should it be 
ProductStorePromoAppl?

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to