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

Errors in ProductSummary.groovy

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • Release Branch 12.04, Release Branch 13.07, Release Branch 14.12, Trunk
    • 14.12.01, 12.04.06, 13.07.03, 16.11.01
    • order
    • None
    • Patch

    Description

      There are a couple of errors in this file. They are not related each to other.

      1. 12 & 13 use EntityQuery class that is not available in these releases. This cause error in Quick Add screen creating a purchase order.

      2. In all releases the code in that file try to collect prices for variants. Doing so it use NumberFormat.format() to transform base price into string that is part of an embed JS snippet. In case purchase order this price is rather empty. Using null with formatting method cause error.

      You may see this error in the trunk if you starts PO and and try Browser Categories->Widgets->Small Widgets. This price should appear if you select Select Units of Measure for WG-1111 but currently this does not work.

      I'm not sure these prices make sense for purchase orders but my goal was just fix ugly error message. Solution display N/A if price is not available.

      Attachments

        1. prod_summary_trunk_14.diff
          1 kB
          Oleg Andreyev
        2. prod_summary_12.diff
          2 kB
          Oleg Andreyev
        3. prod_summary_13.diff
          2 kB
          Oleg Andreyev

        Activity

          People

            jleroux Jacques Le Roux
            redcat Oleg Andreyev
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: