Its been a while
This commit is contained in:
@@ -49,6 +49,8 @@ module ReportsService
|
||||
UPDATE CLDocument
|
||||
SET DocStatus = 'Printed', PrintDate = GetDate()
|
||||
where DocStatus <> 'Printed'
|
||||
and DocType = 'ID'
|
||||
and CreateDate > CAST('2026-05-01' AS date)
|
||||
")
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user