feat: refs #7818 entry_splitByShelving #2840

Merged
robert merged 2 commits from 7818-entry_splitByShelvingFix into master 2024-08-07 10:03:04 +00:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit 03cc32a525 - Show all commits

View File

@ -1,8 +1,8 @@
DELIMITER $$
CREATE OR REPLACE DEFINER=`root`@`localhost` PROCEDURE `vn`.`address_updateCoordinates`(
vTicketFk INT,
vLongitude INT,
vLatitude INT)
vLongitude DECIMAL(11,7),
vLatitude DECIMAL(11,7))
BEGIN
/**
* Actualiza las coordenadas de una dirección.