diff --git a/qbdt/vb.NET/QBFC/CustomerAdd/CustomerAddForm.vb b/qbdt/vb.NET/QBFC/CustomerAdd/CustomerAddForm.vb index 2fc08bf..794116a 100644 --- a/qbdt/vb.NET/QBFC/CustomerAdd/CustomerAddForm.vb +++ b/qbdt/vb.NET/QBFC/CustomerAdd/CustomerAddForm.vb @@ -7,7 +7,7 @@ ' ' Created On: 09/10/2002 ' -' Copyright © 2002-2013 Intuit Inc. All rights reserved. +' Copyright © 2002-2013 Intuit Inc. All rights reserved. ' Use is subject to the terms specified at: ' http://developer.intuit.com/legal/devsite_tos.html ' @@ -172,8 +172,8 @@ Public Class CustomerAddForm Return Finally If Not sessManager Is Nothing Then - sessManager.EndSession() sessManager.CloseConnection() + sessManager.EndSession() End If End Try