Update execution of price function
This commit is contained in:
parent
2894d398d0
commit
63527561ea
@ -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 = '*',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user