[
https://issues.apache.org/jira/browse/OFBIZ-1379?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
BJ Freeman closed OFBIZ-1379.
-----------------------------
Resolution: Invalid
http://docs.ofbiz.org/display/OFBENDUSER/3.1+Order+Entry
explains the flow for Orderentry.
> checkintis.ftl- intialization of PartyUserLoginId and Party ID
> --------------------------------------------------------------
>
> Key: OFBIZ-1379
> URL: https://issues.apache.org/jira/browse/OFBIZ-1379
> Project: OFBiz
> Issue Type: Bug
> Components: order
> Affects Versions: SVN trunk, Release Branch 4.0
> Environment: svn 591408 version 4.0
> Reporter: BJ Freeman
> Priority: Minor
> Fix For: SVN trunk, Release Branch 4.0
>
>
> the Ftl shows to fill in
> PartyUserLoginId and Party ID
> <#if partyId?exists>
> <#assign thisPartyId = partyId>
> <#else>
> <#assign thisPartyId = requestParameters.partyId?if_exists>
> </#if>
>
> <input type="text" class="inputBox" name="userLoginId"
> value="${requestParameters.userLoginId?if_exists}"/>
> I may be missing something, but if i am logged in shouldn't I see my login
> and partyid
> if you agree, I will find out why and fix it as a learning experience.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.