test #3179

Merged
pablone merged 6 commits from test into dev 2024-11-12 06:37:17 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 2dd3ae1c75 - Show all commits

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;