Skip to content

Commit 73559cf

Browse files
committed
Fix uspSSRSCapitationPayment SP
1 parent 6fc94c7 commit 73559cf

4 files changed

Lines changed: 1 addition & 1 deletion

File tree

-120 Bytes
Binary file not shown.
-120 Bytes
Binary file not shown.
-120 Bytes
Binary file not shown.

Migration script/openIMIS migration v1.4.1 - v1.4.2.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -979,7 +979,7 @@ ALTER PROCEDURE [dbo].[uspSSRSCapitationPayment]
979979
AS
980980
BEGIN
981981

982-
DECLARE @Level1 CHAR(1) = NULL,
982+
DECLARE @Level1 CHAR(1) = NULL,
983983
@Sublevel1 CHAR(1) = NULL,
984984
@Level2 CHAR(1) = NULL,
985985
@Sublevel2 CHAR(1) = NULL,

0 commit comments

Comments
 (0)