You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Si Chen (JIRA)" <ji...@apache.org> on 2007/01/02 19:06:27 UTC

[jira] Closed: (OFBIZ-443) purgeOldStoreAutoPromos removing wrong entity?

     [ http://issues.apache.org/jira/browse/OFBIZ-443?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Si Chen closed OFBIZ-443.
-------------------------

    Resolution: Fixed

> purgeOldStoreAutoPromos removing wrong entity?
> ----------------------------------------------
>
>                 Key: OFBIZ-443
>                 URL: http://issues.apache.org/jira/browse/OFBIZ-443
>             Project: Apache OFBiz (The Open for Business Project)
>          Issue Type: Bug
>          Components: product
>            Reporter: Si Chen
>         Assigned To: 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