fix: refs #7404 empty commit

This commit is contained in:
Pablo Natek 2024-11-12 07:23:46 +01:00
parent f8c3d69c5d
commit 2dd3ae1c75
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ proc: BEGIN
* Calculate the stock of the auction warehouse from the inventory date to vDated
* without taking into account the outputs of the same day vDated
*
* @param vDated Date to calculate the stock.
* @param vDated Date to calculate the stock
*/
IF vDated < util.VN_CURDATE() THEN
LEAVE proc;