refactor: refs #6499 Minor change
gitea/salix/pipeline/pr-dev There was a failure building this commit
Details
gitea/salix/pipeline/pr-dev There was a failure building this commit
Details
This commit is contained in:
parent
b8e6cc9f9c
commit
9f2d1a8c0f
|
@ -24,6 +24,7 @@ BEGIN
|
|||
* @param vExpenseFk Id de gasto
|
||||
* @param vConcept Concepto del pago
|
||||
* @param vCompanyFk Id de la empresa
|
||||
* @return paymentFk Id de pago insertado
|
||||
*/
|
||||
INSERT INTO till(
|
||||
concept,
|
||||
|
@ -77,6 +78,6 @@ BEGIN
|
|||
vCompanyFk
|
||||
);
|
||||
|
||||
SELECT LAST_INSERT_ID() pago_id;
|
||||
SELECT LAST_INSERT_ID() paymentFk;
|
||||
END$$
|
||||
DELIMITER ;
|
||||
|
|
Loading…
Reference in New Issue