navigation  interaction  search

 other resources

Changeset 424

Show
Ignore:
Timestamp:
07/25/08 16:23:29
Author:
nate
Message:
  • Updated the bms module's updatev0.98.sql to fixed broken delete button name in tax areas.
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/phpbms/modules/bms/install/updatev0.98.sql

    r419 r424  
    11ALTER TABLE `clients` ADD COLUMN `taxid` VARCHAR(64) default NULL AFTER `webaddress`; 
    22INSERT INTO `settings` (`name`, `value`) VALUES ('company_taxid', ''); 
     3UPDATE `tabledefs` SET `deletebutton` = 'inactivate' WHERE `displayname` = 'Tax Areas'; 
Copyright © 2006-2007 Kreotek, LLC. All Rights reserved.