Update execution of price function

This commit is contained in:
Jonathan Jenne 2022-05-05 10:30:48 +02:00
parent 2894d398d0
commit 63527561ea

View File

@ -415,6 +415,9 @@ Namespace Winline
Dim oDateTo = pDocumentDate Dim oDateTo = pDocumentDate
Dim oSQL As String = $" Dim oSQL As String = $"
SET SHOWPLAN_ALL OFF;
SET NOCOUNT ON;
SET ARITHABORT ON;
EXEC [{pMandator.Database}].[dbo].[PRCUST_GET_ACCOUNT_PRICE_CONDITION_VALUES] EXEC [{pMandator.Database}].[dbo].[PRCUST_GET_ACCOUNT_PRICE_CONDITION_VALUES]
@pAccountNr = '{pAccountNumber}', @pAccountNr = '{pAccountNumber}',
@pGroupNr = '*', @pGroupNr = '*',