The first update to the V3 BETA Release has been made. Changed files only - no database update required. Bug fixes include:
Added Company Name and Fixed Country Bug on PDF Invoice (22/12/2006)
- includes/invoicefunctions.php
- includes/pdfconfig.php
Fixed error on credit card payment process (22/12/2006)
- creditcard.php
Fixed prorata calculations bug (22/12/2006)
- includes/orderfunctions.php
Fixed Next button showing as a link when there were 0 pages (23/12/2006)
- clientarea.php
- supporttickets.php
Added Overdue Invoice Count to Statistics on Homepage (23/12/2006)
- admin/statistics.php
Added Overdue Invoice Filter to Invoices List (23/12/2006)
- admin/invoices.php
Fixed Calendar Error where year was incorrect (23/12/2006)
- admin/calendar.php
Fixed bug where open tickets count did not include ones set to On Hold or In Progress in Client Area (23/12/2006)
- supporttickets.php
Fixed Registrar Lock Bug in Enom Module (23/12/2006)
- modules/registrars/enom.php
Added Support Ticket Order Option - Oldest to Newest or Newest to Oldest (23/12/2006)
- admin/configgeneral.php
- admin/supporttickets.php
# SQL UPDATE
INSERT INTO `tblconfiguration` ( `setting` , `value` ) VALUES ('SupportTicketOrder', 'ASC');
Added Recreate Subscription button to Domains (24/12/2006)
- clientarea.php
- templates/default/clientareadomaindetails.tpl
Fixed PayPal Subscriptions Error on Signup (24/12/2006)
- subscriptionsforward.php