[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Errors in the Shipping/Receiving function (1.3.9)
- Subject: Re: Errors in the Shipping/Receiving function (1.3.9)
- From: Erik Huelsmann <..hidden..>
- Date: Sun, 8 Jan 2012 22:17:52 +0100
Hi Nigel,
On Fri, Dec 30, 2011 at 1:08 AM, Nigel Titley <..hidden..> wrote:
> Folks,
>
> 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.
> 2. Shipping->Receive gives the following error when clicking the Done button
>
> INSERT INTO inventory
> (parts_id, warehouse_id, qty, trans_id,
> orderitems_id, shippingdate,
> employee_id)
> VALUES
> (?, ?, ?, ?, ?, ?, ?)
> ERROR: column "employee_id" of relation "inventory" does not exist
> LINE 5: employee_id)
> ^
In LedgerSMB/OE.pm, I found 3 references to the non-existing
employee_id column. Fixed them all on the 1.3 branch, which means
they're up for inclusion in 1.3.10.
Bye,
Erik.