[0004212] Work Order Entry: fixed error when voided WO refence is reused.
[fa-stable.git] / sql / alter2.3rc.sql
1 ALTER TABLE `0_supp_trans` ADD COLUMN `tax_included` tinyint(1) NOT NULL default '0';
2 ALTER TABLE `0_purch_orders` ADD COLUMN `tax_included` tinyint(1) NOT NULL default '0';
3 UPDATE `0_crm_persons` SET `lang`='C' WHERE `lang`='en_GB';
4 UPDATE `0_users` SET `language`='C' WHERE `language`='en_GB';
5 UPDATE `0_suppliers` SET `purchase_account`='';