refactor: refs #8210 ticket_splitItemPackingType
gitea/salix/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Carlos Andrés 2024-11-19 11:07:19 +01:00
parent 43e121a2f3
commit a7ab8696ac
1 changed files with 2 additions and 2 deletions

View File

@ -9,9 +9,9 @@ BEGIN
* El ticket original conserva las líneas del tipo de empaquetado especificado
* Las líneas sin tipo de empaquetado se asignan al ticket del tipo por defecto.
*
* @param vSelf ID del ticket original
* @param vSelf Id del ticket original
* @param vOriginalItemPackingTypeFk Tipo de empaquetado a mantener en el ticket original
* @return Tabla temporal tmp.ticketIPT(ticketFk, itemPackingTypeFk)
* @return table tmp.ticketIPT(ticketFk, itemPackingTypeFk)
*/
DECLARE vIsDone BOOLEAN DEFAULT FALSE;
DECLARE vCurrentPackingType VARCHAR(1);