You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Adam Heath (JIRA)" <ji...@apache.org> on 2009/09/15 02:04:57 UTC

[jira] Created: (OFBIZ-2942) createPartyContactMechPurpose service doesn't allow fromDate

createPartyContactMechPurpose service doesn't allow fromDate
------------------------------------------------------------

                 Key: OFBIZ-2942
                 URL: https://issues.apache.org/jira/browse/OFBIZ-2942
             Project: OFBiz
          Issue Type: Bug
          Components: party
    Affects Versions: Release Branch 4.0, Release Branch 9.04, SVN trunk
            Reporter: Adam Heath


createPartyContactMechPurpose service doesn't allow the fromDate to be specified; in the java code, it is hard-coded to always call UtilDateTime.nowTimestamp().

I've got an importer, that does a lot of things.  I save the current time at the start of the script, then use that same time in all parts, so that all the date filter is consistent.  The above bug keeps me from having consistent data.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.