Uploaded image for project: 'OFBiz'
  1. OFBiz
  2. OFBIZ-3214

not able to add item to created order with 1 ship group

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • Release Branch 4.0
    • Release Branch 4.0
    • order
    • None

    Description

      If there is only 1 ship group, there is a missing parameter named "shipGroupSeqId" in the appendorderitem.ftl form. The service this form calls, appendOrderItem, requires a shipGroupSeqId parameter.

      The trunk version has it fixed by adding the following code at the top, but version 4.0 does not have a fix. The trunk version was fixed on revision 658036.

      Trunk fix:
      <#if shipGroups?size == 1>
      <input type="hidden" name="shipGroupSeqId" value="${shipGroups.first.shipGroupSeqId}"/>
      </#if>

      Attachments

        Activity

          People

            jleroux Jacques Le Roux
            amayo Albert Mayo
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: