phpBMS

Show
Ignore:
Timestamp:
01/06/10 17:35:36 (2 years ago)
Author:
brieb
Message:
  • Fixed recurring invoices not copying line items over correctly
  • Fixed default values for orders when it comes to shipping, payment, tax and discount as they now use UUIDs
Files:
1 modified

Legend:

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

    r719 r722  
    848848INSERT INTO `widgets` (`uuid`, `type`, `title`, `file`, `roleid`, `moduleid`, `default`, `createdby`, `creationdate`, `modifiedby`, `modifieddate`) VALUES ('wdgt:06a30e04-55ad-75da-7bd6-0c4203210ac8', 'little', 'Accounts Receivable Statistics', '../bms/widgets/arstats/class.php', 'role:c9439c3c-499b-7bcc-ee14-fec5bfcf5fc2', 'mod:0aa9cca0-7388-0eae-81b9-9935f9d127cc', '1', 1, NOW(), 1, NOW()); 
    849849--end widgets INSERT-- 
     850UPDATE `settings` SET `value` ='' WHERE `name` = 'default_payment' OR `name` = 'default_shipping' OR `name` = 'default_discount' OR `name` = 'default_taxarea'; 
phpBMS vulnerability assesment provided by Orvant Inc. Copyright © 2010 Kreotek, LLC. All Rights reserved.