From a61c0670c9a88256c7d80aef8247c626b60226ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Szab=C3=B3=20Iv=C3=A1n?= Date: Wed, 13 Feb 2019 15:58:32 +0100 Subject: [PATCH] =?UTF-8?q?JAV=C3=8DT=C3=81S=20=C3=A1rfolyamlek=C3=A9rdez?= =?UTF-8?q?=C3=A9s?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- BuildClean.cmd | 10 +++++++++- BuildR64.cmd | 2 +- .../FinancialTransactions/Accounts/GLAccountsVC.vb | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/BuildClean.cmd b/BuildClean.cmd index 1c41dfd..66e55a9 100644 --- a/BuildClean.cmd +++ b/BuildClean.cmd @@ -1,2 +1,10 @@ -msbuild JUSTWIN.sln /t:Clean /p:Configuration=R64 +msbuild JUSTWIN.sln /t:Clean /p:Configuration=R64 /verbosity:q +msbuild JUSTWIN.sln /t:Clean /p:Configuration=Debug /verbosity:q + +msbuild JUSTWEB.sln /t:Clean /p:Configuration=R64 /verbosity:q +msbuild JUSTWEB.sln /t:Clean /p:Configuration=Debug /verbosity:q + +msbuild WIN.sln /t:Clean /p:Configuration=Debug /verbosity:q +msbuild WIN.sln /t:Clean /p:Configuration=Release /verbosity:q + pause \ No newline at end of file diff --git a/BuildR64.cmd b/BuildR64.cmd index 62f8a9f..38279c5 100644 --- a/BuildR64.cmd +++ b/BuildR64.cmd @@ -1,2 +1,2 @@ -msbuild JUSTWIN.sln /t:Build /p:Configuration=Release /p:WarningLevel=0 /fl /flp:logfile=Nuvolar.log;append=true;verbosity=diagnostic;encoding=utf-8 +msbuild JUSTWIN.sln /t:Build /p:Configuration=Release /p:WarningLevel=0 /m /verbosity:m pause \ No newline at end of file diff --git a/Nuvolar.Module/BusinessObjects/Financial/FinancialObjects/FinancialTransactions/Accounts/GLAccountsVC.vb b/Nuvolar.Module/BusinessObjects/Financial/FinancialObjects/FinancialTransactions/Accounts/GLAccountsVC.vb index 9b6284f..b661b76 100644 --- a/Nuvolar.Module/BusinessObjects/Financial/FinancialObjects/FinancialTransactions/Accounts/GLAccountsVC.vb +++ b/Nuvolar.Module/BusinessObjects/Financial/FinancialObjects/FinancialTransactions/Accounts/GLAccountsVC.vb @@ -1269,7 +1269,7 @@ Public Class GLAccountsVC Private Sub aGetCurrencyRateGLAccounts_Execute(sender As Object, e As SimpleActionExecuteEventArgs) Handles aGetCurrencyRateGLAccounts.Execute Dim _ocur As Xpo.XPObjectSpace = TryCast(View.ObjectSpace, Xpo.XPObjectSpace) Dim _GLAccounts As GLAccounts = TryCast(View.SelectedObjects(0), GLAccounts) - Dim _LiquidAssets As LiquidAssets = _ocur.CreateObject(Of LiquidAssets) + If _GLAccounts IsNot Nothing Then Dim _CurrencyRate_MNB_Collection = New XPCollection(Of CurrencyRate)(_ocur.Session,