getLastCostcode of supplier, Tables changed.

June 15th, 2009   Filed Under Wrk  

15/06/2009

Take care! Tables changed from 0.2.0 on !
Errors like: “Unknown field: sup_invdescription” will occur. Add the field to your table:
sup_invdescription varchar(30) No standard invoice description
ALTER TABLE `sup` ADD `sup_invdescription` VARCHAR( 30 ) NOT NULL AFTER `sup_mostcpl` ;
UPDATE `sup` SET `sup_invdescription` = `sup_description`

Also see DB description

Upl. v 0.2.0


Comments

Comments are closed.