refactor: refs #8210 ticket_splitItemPackingType #3217

Merged
carlosap merged 5 commits from 8210-RefactorTicket_splitItemPackingType into dev 2024-11-21 12:39:35 +00:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit a7ab8696ac - Show all commits

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);