[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Errors in the Shipping/Receiving function (1.3.9)



On 08/01/2012 22:00, Erik Huelsmann wrote:
Hi Nigel,

I've started testing 1.3.9 using our company work flows and seem to be
seeing errors in the shipping and receiving module

1. Shipping->Ship invokes the Order Entry->Consolidate function
Looking into this one.
I looked and found the issue. Committed the fix too. As the others,
it's committed to the 1.3 branch and up for inclusion in the 1.3.10
release.

Locally, you can fix the issue by running this query in your test system:

UPDATE menu_attribute
  SET value = 'ship_order'
  WHERE attribute='type'
       AND node_id = (SELECT id FROM menu_node WHERE label = 'Ship');
There's another error - which I just fixed and committed: you'll find
sales and purchase orders both in the Receive and Ship functionality.

At this point, I think it'd be wise to upgrade to the tip of the 1.3
branch and test further using that version, because there are now too
many differences between 1.3.9 and the version you're testing.

Keep up the reports!

Will do, but we're stalled on the database migration issue at the moment.

Thanks for your speedy fixes though... really helpful

Nigel