refs #6669 fix:ticket_isOutClosureZone
gitea/salix/pipeline/pr-dev There was a failure building this commit Details

This commit is contained in:
Sergio De la torre 2024-01-31 12:54:52 +01:00
parent d7a5ec1e5b
commit 8a978a2539
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ BEGIN
* @param vSelf Ticket id
* @return true o false
*/
DECLARE vIsTicketInTime BOOL;
DECLARE vIsTicketInTime BOOL DEFAULT FALSE;
SELECT TIMEDIFF(CURRENT_TIME(), zc.hour + INTERVAL tc.packingDelay HOUR) > 0 INTO vIsTicketInTime
FROM vn.ticket t