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

Offline payment selection now prevents completion of sales order

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Critical
    • Resolution: Fixed
    • None
    • None
    • order
    • None

    Description

      I upgraded to the latest SVN on the weekend and now I find that when I raise a Sales Order in the Order Manager, and select OFFLINE as the payment option, the sale cannot proceed because it complains about no payment method being selected.

      CheckOutEvent.java has undergone some significant changes regarding checkout processing, and I suspect the following snippet:

      methodType = request.getParameter("paymentMethodType");
      if ("offline".equals(methodType))

      { Debug.log("Changing mode from->to: " + mode + "->payment", module); mode = "payment"; }

      If I've selected offline payment, shouldn't the mode be set to "addparty", not "payment"?

      Not sure who contributed the most recent changes, but would appreciate a speedy resolution to this one as I can't do sales orders without it!!!

      Cheers, Iain

      Attachments

        1. CheckOutEvents.patch
          2 kB
          Iain Fogg
        2. CheckOutEvents.patch
          3 kB
          Iain Fogg

        Activity

          People

            sichen Si Chen
            foggy Iain Fogg
            Votes:
            3 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: