Hi Nigel, On Fri, Dec 30, 2011 at 1:08 AM, Nigel Titley <[email protected]> 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. ------------------------------------------------------------------------------ Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex infrastructure or vast IT resources to deliver seamless, secure access to virtual desktops. With this all-in-one solution, easily deploy virtual desktops for less than the cost of PCs and save 60% on VDI infrastructure costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox _______________________________________________ Ledger-smb-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ledger-smb-devel
