phpBMS

Show
Ignore:
Timestamp:
02/16/07 11:59:50 (5 years ago)
Author:
brieb
Message:

Implemented #3. Fixed XHTML compliance of some <br> tags. Fixed invoice report errors. Fixed update.sql naming problem (had leading space)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/phpbms/modules/bms/install/settings.sql

    r145 r186  
    1 INSERT INTO `settings` VALUES (9, 'shipping_markup', '1.1'); 
    2 INSERT INTO `settings` VALUES (10,'shipping_postalcode', '87124'); 
    3 INSERT INTO `settings` VALUES (12,'invoice_default_printinstruc', 'Thank You For Your Order.');  
     1INSERT INTO `settings` (`name`, `value`) VALUES ('shipping_markup','1.1'); 
     2INSERT INTO `settings` (`name`, `value`) VALUES ('shipping_postalcode','87124\"'); 
     3INSERT INTO `settings` (`name`, `value`) VALUES ('invoice_default_printinstruc','Thank You For Your Order.'); 
phpBMS vulnerability assesment provided by Orvant Inc. Copyright © 2010 Kreotek, LLC. All Rights reserved.